How to Use CSS Box-Shadow for Stylish Effects
.input{
background: #1ddf95;
box-shadow: 0 10px 20px rgb(210, 25, 110);
}
The first two values represent the pixels for the side and angle of the shadow. The last value adds blur to give the shadow a softer look. Then, adding RGB de...
vaithegiv.hashnode.dev1 min read