mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
1.0 KiB
1.0 KiB
| extends | title |
|---|---|
| _layouts.markdown | 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