Tailwind CSS Classes

Tailwind CSS class .scale-y-125

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

Preview

CSS source

.scale-y-125 { --transform-scale-y: 1.25; }

Check .scale-y-125 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.