home ~ projects ~ socials

Center Text Horizontally In CSS

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 --