Other Utilities
Text Alignment
Apply the text-{align}
class to align text
Align Left
Align Center
Align Right
This content is set to justify text alignment. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ornare nec lorem non viverra. Donec suscipit tellus a dui dapibus, sed auctor sapien condimentum.
Rounded
Apply a default border radius style to an element to round its corners
This container has a rounded border
Cursor
Apply the cursor-{type}
class to set the cursor on an element
The type
options are:
default
pointer
progress
not-allowed
Hover over me to see a default cursor
Hover over me to see a pointer cursor
Hover over me to see a progress cursor
Hover over me to see a not-allowed cursor
User Select
Apply the user-select-{type}
class to set the cursor on an element. You may see the interactivy by trying to highlight the element.
The type
options are:
auto
none
text
all
Try to highlight this section to see 'auto' option.
Try to highlight this section to see 'none' option.
Try to highlight this section to see 'text' option.
Try to highlight this section to see 'all' option.