#2 CSS Box shadow | Tricks and Tips short #css
boxshadow is properties where we can put four value according to uses first value show right direction shadow , second value show bottom direction, third value do blur of given shadow,and last final value increase shadow last is put color name to change color of shadow example:
box-shadow:10px 10px 20px 10px red;