Page Stats
Visitor: 305
The box-shadow property is use to apply shadow to the box. One or more shadows can be apply to an html element. The property is a comma-separated list of shadows, each specified by 2-4 length values, an optional color, and an optional inset keyword.
Syntax: box-shadow: h-shadow v-shadow blur color | inset;