Box Shadow CSS Tutorial – How to Add a Drop Shadow to Any HTML Element
By Joe Liang
We can add a drop shadow to any HTML element using the CSS property box-shadow. Here's how.
##Adding a Basic Drop Shadow
Let's first set up some basic HTML elements to add our drop shadows to:
```html
Box1
Box2
Box3
Then add some basic ...
freecodecamp.org4 min read