Two different shadow effect
#front-end
How can I make this kind of shadow effect (like picture below)? I've tried this code but didn't get expected result.
Here is the codepen link: https://codepen.io/kabirsumn/pen/NWZWzYa
here is the CSS code I aplied on the element:
Can anyone please help?
5 Replies
:think:
The first two px values are offsets, so probably:
for the controller circles you'll need the
inset
keywordLook into the keyword neumorphism ; there are tons of tutorials and instructions and articles
it gives me better result but not like the picture. I wanted my button would look like button on the picture, specially the login button on the picture
Thank you so much