how to display a header in the center of the column in css

79

P.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 8em
}
...
<P class="blocktext">This rather...

Comments

Submit
0 Comments