Answers for "html center column header"

CSS
0

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

P.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 8em
}
...
<P class="blocktext">This rather...
Posted by: Guest on February-17-2021

Browse Popular Code Answers by Language