tailwindcss/docs/source/styles/shadows.blade.md

1012 B

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

Responsive

Customizing