Shadows

Add or remove shadows to elements with box-shadow utilities.

Use box-shadow utility classes.shadow-none or three default sizes .shadow, .shadow-sm and .shadow-lg.

Shadows on components are disabled by default in Bootstrap and can be enabled via $enable-shadows.

<div class="shadow-none p-3 mb-5 bg-light rounded">No shadow</div>
<div class="shadow-sm p-3 mb-5 bg-white rounded">Small shadow</div>
<div class="shadow p-3 mb-5 bg-white rounded">Regular shadow</div>
<div class="shadow-lg p-3 mb-5 bg-white rounded">Larger shadow</div>
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +