Width
Read about how you can use width to your elements.
| Class | Properties |
|---|---|
| w-auto | width: auto; |
| w-full | width: 100%; |
| w-1 | width: 0.25rem; |
| w-2 | width: 0.5rem; |
Basic Usage
w-full
<div
class="bg-blue-light-3 text-white tt-uppercase bs-sm ff-monospace text-center br-lg w-full"
>
w-full
</div>