⊗mkPmCLCTA 31 of 250 menu

Centering Text in CSS

Let's now center the text:

<p> This is a paragraph with text. </p> p { text-align: center; }

:

byenru