Answers for "neo design ui example"

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: #535ef3;
box-shadow:  21px 21px 42px #4750cf, 
             -21px -21px 42px #5f6cff;
Posted by: Guest on August-15-2020

Browse Popular Code Answers by Language