SyntaxFix
Write A Post
Hire A Developer
Questions
HTML
<h1 class="green-background"> Whatever text you want. </h1>
CSS
.green-background { text-align: center; padding: 5px; /*Optional (Padding is just for a better style.)*/ background-color: green; }