html and css center text horizontally code example
Example 1: centering horizontally
div.center{display:block;margin:auto;width:50%;}
p.center{text-align:center;}
Example 2: how to center a div
margin:auto
div.center{display:block;margin:auto;width:50%;}
p.center{text-align:center;}
margin:auto