--- extends: _layouts.markdown title: "Shadows" --- # Shadows ## Usage Box shadows can be applied using the shadow utilities. By default these are a linear scale, where the lower values represent smaller (shallow) shadows, and higher values represent bigger (deeper) shadows. @component('_partials.code-sample', ['lang' => 'html'])
.shadow-inner
.shadow
.shadow-md
.shadow-lg
@slot('code')
@endslot @endcomponent ## Responsive ## Customizing