Tailwind CSS Classes

Tailwind CSS class .rotate-180

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

Preview

CSS source

.rotate-180 { --transform-rotate: 180deg; }

Check .rotate-180 in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Tailwind CSS classes in Transform category

© 2024 Shuffle. All rights reserved.