Tailwind CSS Classes

Tailwind CSS class .opacity-100

<p class="opacity-100 bg-teal-400 m-2">Lorem ipsum dolor sit amet.</p>

Preview

CSS source

.opacity-100 { opacity: 1; }

Check .opacity-100 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 Visibility category

© 2024 Shuffle. All rights reserved.