Bootstrap provides the box-shadow utilities class, which can be used to add or remove shadows to elements. This is very much useful to make the elements standout.
- No Shadow (.shadow-none)
- Small Shadow (.shadow-sm)
- Regular Shadow (.shadow)
- Larger Shadow (.shadow-lg)
Examples
The shadows on component are disabled by default, and this can be enabled via $enable-shadows.
Comments
Post a Comment