Wordsmith

Centering Text

The line below should be centered:

insert text here
The code for the above is:

<div style="text-align:center; margin-left:auto; margin-right:auto;width:100%; font-size:30px; font-weight:bold;">insert text here</div>