So zeigen Sie einen Kopfball in der Mitte der Spalte in CSS an

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