home ~ socials ~ projects ~ rss

Center Text Horizontally In CSS

February 2022

This is how I'm centering text horizontally inside a container.

.className {
    text-align: center;
}

Notes

  • I expect there's other ways to do this. Not sure if there's a new preferred way, but this works for me
end of line
Share link:
https://www.alanwsmith.com/en/01/ft/wb/4d/?center-text-horizontally-in-css