Bootstrap – Shadows


Bootstrap – Shadows



”;


This chapter discusses about the box-shadow utilities. Bootstrap provides a set of CSS classes that allows you to apply different types of box shadows to elements.

The predefined classes available are as follows:







Class Description
.shadow-none No shadow effect.
.shadow-sm Adds a small and subtle shadow effect.
.shadow Applies a medium strength shadow effect.
.shadow-lg Applies a large and prominent shadow effect.

Let us see an example: