border-x-8: Tailwind CSS Border Width class
The border-x-8 class applies an 8px border to both left and right edges.
Border-x-8
The border-x-8 class applies an 8px border to both left and right edges.
Example Code
html
<div class="flex flex-col justify-center items-center gap-2 p-3 rounded-t-md bg-gray-50"> <p class="text-gray-600 font-bold">Thick Horizontal Borders</p> <div class="border-x-8 bg-gray-300 border-indigo-500 p-4 w-40 text-gray-700 font-semibold"> Border-x-8</div></div>
Preview
Thick Horizontal Borders
Border-x-8
Windframe is a drag and drop builder for rapidly building tailwind css websites and UIs
Start building stunning tailwind UIs!
