Tailwind UI Grid Code Example


Example 1: tailwind grid


<div class="grid grid-cols-3 gap-4">
<div>1</div>
<!-- ... -->
<div>9</div>
</div>

Example 2: tailwind grid


<div class="grid grid-cols-1 md:grid-cols-6">
<!-- ... -->
</div>

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable