Site logo

Archived topic

CSS for centering all header tags

1 reply · Started by George on November 22, 2017

Viewing posts 1–2 of 2

All h-tags are left aligned by default. Is there a CSS that would make them all centered?

Hi there,

For all of them?

Try this:

h1, h2, h3, h4, h5, h6 {
    text-align: center;
}
This archived topic is closed to new replies.