【发布时间】:2018-05-19 01:21:42
【问题描述】:
问题陈述:中心对齐未发生
相关代码:
#tekst {
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #EFEFEF;
width: 100%;
height: 30%;
}
#innhold {
width: 100%;
height: 30%;
top: 18%;
left: 0%;
background-color: #7e7e7e;
position: absolute;
border-radius: 5px;
z-index: 2;
}
<div id="innhold">
<div id="tekst"> text </div>
</div>
任何帮助将不胜感激。
【问题讨论】:
-
使用css属性
text-align: center -
Center text in div?的可能重复