Tailwind CSS Classes

Tailwind CSS class .skew-y-6

<div class="skew-y-6 transform bg-teal-400 p-4 m-4 inline-flex">6</div>

Preview

Are you tired of writing HTML by hand?

CSS source

.skew-y-6 { --transform-skew-y: 6deg; }

More Tailwind CSS classes in Transform category

© 2024 Shuffle. All rights reserved.