Wrote a Blog Post

CSS Box shadow v / s Drop shadow


Shadows are a critical function in the world of web design and can serve several useful functions. Shadows add depth, dimensionality, and direction to your content.


There are two properties of shadows in CSS,

  • Box shadow
  • Drop shadow

These properties are used to give shadow to the content. In this article, you will know what's the difference between box-shadow and drop-shadow.