Windframe
Build Tailwind UIs that actually look good!
.jpg)
The font-bold class applies a bold font weight to text. This is often used to emphasize text.
The font-bold class applies a bold font weight to text. This is often used to emphasize text.
<div class="p-5 font-bold bg-gray-100 rounded-t-md flex flex-col justify-center items-center"> <h3 class="text-gray-500 mr-48">Font-bold</h3> <p class="font-bold ml-10">Pack my box with five dozen liquor jugs.</p></div>Pack my box with five dozen liquor jugs.
Add the font-bold class directly to your HTML element:
<div class="font-bold"> <!-- Your content here --></div>Use Tailwind's responsive prefixes to apply font-bold at specific breakpoints:
<div class="sm:font-bold md:font-bold lg:font-bold"> Responsive element</div>sm:font-bold — applies from 640px and upmd:font-bold — applies from 768px and uplg:font-bold — 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
