Center text vertically and horizontally
Tailwind CSS Center text vertically and horizontally
Use responsive center text vertically and horizontally utilities with TW elements. Easy way to center text vertically and horizontally.
Basic example
Use the .flex
class then the .items-center
class
to center the text vertically and the .justify-center
class
to center the text horizontally.
Text centered vertically and horizontally.
Basic example
To vertically align text, you can use the .flex
and
.items-center
classes to align the text vertically in the
center of its container.
Text centered vertically.