Bootstrap Regular Box Shadow

Bootstrap regular box-shadow is an excellent option to implement into your website design. This traditional box-shadow will enhance the block-level elements like divs.

Box Shadow Properties

Inset
Color
Shadow 0
Box Shadow

Element Properties

Color

Box Shadow CSS

box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15);

Element CSS

.element {
    width: 250px;
    height: 250px;
    background-color: rgba(255, 255, 255, 1);
    color: #000;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.15);
  }
  

Box Shadow Property Tips

Layering strategies in the Bootstrap regular box-shadow will give you charming results. Try inset property to bring vitality into the details.