Tailwind CSS Classes

Tailwind CSS class .-skew-y-12

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

Preview

Are you tired of writing HTML by hand?

CSS source

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

More Tailwind CSS classes in Transform category

© 2024 Shuffle. All rights reserved.