@H_403_1@我想要我的< p>元素位于容器的中心< div>中,完全居中 – 顶部,底部,左侧和右侧边缘均匀地分开空间.
我该如何实现呢?
div { width: 300px; height: 100px; } p { position: absolute; top: auto; }
<div> <p>I want this paragraph to be at the center,but it's not.</p> </div>