【发布时间】:2015-06-04 08:53:51
【问题描述】:
我尝试将图像居中,但不确定我做错了什么。我应该更改/添加什么以使图像居中?
#img-wrap {
width:450px;
clear:both;
display:block
}
#img-wrap img {
margin:0 auto;
text-center:center;
height:100px;
width:100px;
background:#000;
}
<div id='img-wrap'>
<img src='https://www.google.co.in/images/srpr/logo11w.png' />
</div>
谢谢。
【问题讨论】:
-
它是
text-align,而不是text-center