Bootstrap Large Box Shadow

Bootstrap large box-shadow presents depth and peak to the element. This shadow draws attention to some aspects by giving them a distinctive look.

Box Shadow Properties

Inset
Color
Shadow 0
Box Shadow

Element Properties

Color

Box Shadow CSS

box-shadow: 0px 16px 48px 0px rgba(0,0,0,0.176);

Element CSS

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

Box Shadow Property Tips

Try new variations in the Bootstrap large box shadow by varying opacity of colors, the radius of a blur, and applying different horizontal and vertical offsets.