Answers for "definition of neumorphism"

2

neumorphism

border-radius: 50px;
background: #535ef3;
box-shadow:  -21px -21px 42px #4750cf, 
             21px 21px 42px #5f6cff;
Posted by: Guest on August-15-2020
0

Neumorphism

border-radius: 50px;
background: #ffffff;
box-shadow: inset 20px 20px 60px #d9d9d9,
            inset -20px -20px 60px #ffffff;
Posted by: Guest on July-03-2021

Browse Popular Code Answers by Language