How to add box-shadow in CSS
Box- shadow property is a Cascading style sheet property which helps to cast shadow for an element. When you draw an image you shade the shadow with a pencil. When you work in code, you apply an inner or outer shadow to the element with box-shadow property. You can find the below picture of pencil shade and cascading style sheet method of implementation. Looks cool nah!