Center a H1 tag inside a DIV

后端 未结 7 842
遥遥无期
遥遥无期 2020-12-15 15:39

I have the following DIV inside a body tag:

Yes

And these are their CSS classes

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-15 16:08

    On the hX tag

    width: 100px;
    margin-left: auto;
    margin-right: auto;
    

提交回复
热议问题