galaxy/Checkboxes/themrsami_ugly-panther-10.html

8 lines
335 B
HTML

<!-- From Uiverse.io by themrsami - Tags: white, checkbox, tailwind, tailwindcss -->
<div class="dark:bg-black/10">
<label class="text-white">
<input class="dark:border-white-400/20 dark:scale-100 transition-all duration-500 ease-in-out dark:hover:scale-110 dark:checked:scale-100 w-10 h-10" type="checkbox">
</label>
</div>