5 CSS3 Properties You Need to Be Familiar With
1.box-shadow
we have the ubiquitous box-shadow, which allows you to immediately apply depth to your elements. Just don't be too obnoxious with the values you set!
box-shadow: 1px 1px 3px #292929;
box-shadow accepts four parameters:
x offset
y offset
...
ramustar.hashnode.dev3 min read