Windframe
Build Tailwind UIs that actually look good!
.jpg)
The text-xs class applies an extra-small font size, suitable for footnotes or less prominent text.
The text-xs class applies an extra-small font size, suitable for footnotes or less prominent text.
<div class="p-5 font-bold bg-gray-100 rounded-t-md"> <h3 class="text-gray-500">text-xs</h3> <p class=" text-gray-700 text-xs"> Jinxed wizards pluck ivy from the big quilt. </p></div>Jinxed wizards pluck ivy from the big quilt.
Add the Text-xs class directly to your HTML element:
<div class="Text-xs"> <!-- Your content here --></div>Use Tailwind's responsive prefixes to apply Text-xs at specific breakpoints:
<div class="sm:Text-xs md:Text-xs lg:Text-xs"> Responsive element</div>sm:Text-xs — applies from 640px and upmd:Text-xs — applies from 768px and uplg:Text-xs — applies from 1024px and upYou can extend or override this utility in your tailwind.config.js. See the Tailwind CSS documentation for details on customizing your theme.
Windframe is an AI visual editor for rapidly building stunning web UIs & websites
