- Using ‘BOX-SHADOW‘ property we can create shadow effect around an HTML element.
- The syntax of this property is,
box-shadow: horizontal-shadow vertical-shadow blur-distance spread-distance color inset
- Checkout the below Fiddle of some shadow effects(fiddle link)