is now part of Shuffle™. The new editor includes templates for Tailwind CSS, Bootstrap, Bulma, and Material-UI.
Switch to Shuffle →
← Tailwind CSS classes list

Tailwind CSS class: .translate-y-64

<div class="bg-gray-300 h-64 w-6 m-2 inline-flex"><div class="translate-y-64 transform bg-teal-400 h-6 w-6 text-center">64</div></div>

Preview

64

Check .translate-y-64 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.

CSS source

.translate-y-64 { --transform-translate-y: 16rem; }

More in Tailwind CSS Transform