相关疑难解决方法(0)

中心对齐绝对定位的Div

div#thing {
  position: absolute;
  top: 0px;
  z-index: 2;
  margin: 0 auto;
}

<div id="thing">
   <p>text text text with no fixed size, variable font</p>
</div>
Run Code Online (Sandbox Code Playgroud)

股利是在顶部,但我不能居中<center>margin: 0 auto;

html css xhtml

90
推荐指数
4
解决办法
12万
查看次数

标签 统计

css ×1

html ×1

xhtml ×1