Skip to content

Instantly share code, notes, and snippets.

@Vigowebs
Created April 13, 2024 14:49
Show Gist options
  • Save Vigowebs/1ca880256a5a5b90a1f4f89ebc3e0466 to your computer and use it in GitHub Desktop.
Save Vigowebs/1ca880256a5a5b90a1f4f89ebc3e0466 to your computer and use it in GitHub Desktop.
Tailwind Battle daily challenge 01st April 2024
<div class="flex flex-col gap-4 p-4 *:h-14 *:rounded-xl *w-full">
<div class="bg-blue-500"></div>
<div class="bg-orange-400"></div>
<div class="bg-red-400"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment