Answers for "tailwind width 100 percent"

0

tailwind css width 50 percent

<!-- FOR width: 50%; => w-1/2 -->
<div class="w-1/2"></div>

<!-- FOR min-height: 100% => min-h-full -->
<div class="min-h-full"></div>
Posted by: Guest on December-12-2021

Code answers related to "tailwind width 100 percent"

Browse Popular Code Answers by Language