<p class="centered">This element is horizontally centered.</p>
<p class="centered">{{ centeredText }}</p>
{
"centeredText": "This element is horizontally centered."
}
/*
Centered
Centers inline and block content.
*/
.centered {
text-align: center;
margin-right: auto;
margin-left: auto;
}
Centers text and block elements