Text Alignment with CSS
Preview
Code
<style>
.center {
text-align:center;
}
</style>
<p class="center">This paragraph is centered.</p>
<style>
.center {
text-align:center;
}
</style>
<p class="center">This paragraph is centered.</p>