

Photo: Sergei A
Shadow
Introduction
Apply a beautiful box shadow to any block-level element.
Box Shadow Utilities
Natura11y’s box shadow utilities come in three sizes. Each size is represented by a number: 1 for small, 2 for medium, and 3 for large.
.box-shadow-1
.box-shadow-2
.box-shadow-3
<div class="box-shadow-1">...</div> <div class="box-shadow-2">...</div> <div class="box-shadow-3">...</div>Breakpoint Modifiers
Box shadow utilities accept breakpoint modifiers.
<!-- With breakpoint modifier -->
<div class="box-shadow-1--lg">...</div>Drop Shadow Utilities
Drop shadow utilities use the CSS filter: drop-shadow() function. Unlike box shadows, drop shadows follow the shape of the element, making them ideal for transparent images, SVGs, and cutout shapes.
Drop shadow utilities come in three sizes: 1 for small, 2 for medium, and 3 for large.
.drop-shadow-1
.drop-shadow-2
.drop-shadow-3
<div class="drop-shadow-1">...</div> <div class="drop-shadow-2">...</div> <div class="drop-shadow-3">...</div>Breakpoint Modifiers
Drop shadow utilities accept breakpoint modifiers.
<!-- With breakpoint modifier -->
<div class="drop-shadow-1--lg">...</div>Text Shadow Utility
Add a soft and elegant text shadow to your typography with Natura11y’s text shadow utility.
<span class="text-shadow">Your text here</span>Breakpoint Modifiers
Text shadow utility also accepts breakpoint modifiers.
<!-- With breakpoint modifier -->
<span class="text-shadow--lg">Your text here</span>












































