··
125
·
2024-12-11 11:58

center h1 in the middle of screen(示例提问)

How can I center horizontally and vertically a text? I don't want to use position absolute because I try with it and my other div getting worse. Is there another way to do that ?

div {
    height: 400px;
    width: 800px;
    background: red;
}
<div>
    <h1>This is title</h1>
</div>


分享 收藏 举报

1个回答

Ricciflows
Ricciflows

This person is lazy, nothing was left behind...

测试回答问题功能,本回答发自APP。

  1. 回答功能正常。
  2. 测试编辑功能
编辑于 2025-02-12 22:40:13
举报