Answers for "font-weight tailwind"

1

font-weight tailwind

font-thin	font-weight: 100;
font-extralight	font-weight: 200;
font-light	font-weight: 300;
font-normal	font-weight: 400;
font-medium	font-weight: 500;
font-semibold	font-weight: 600;
font-bold	font-weight: 700;
font-extrabold	font-weight: 800;
font-black	font-weight: 900;
Posted by: Guest on August-11-2021
0

tailwind text size

<div class="text-base">TEXT</div>
Posted by: Guest on June-05-2020

Browse Popular Code Answers by Language