CSS Center Text

Use the text-align property to center text.

Preview

Code

<style>
h1{
text-align:center;
}
</style>

<h1>Centered Heading</h1>

More CSS HOME Examples (5)