【发布时间】:2016-02-23 03:25:25
【问题描述】:
我在对齐主图像时遇到了一些问题。它应该水平居中对齐,但始终保持在整个位置。该页面可以在这里找到http://0034.eu/propmanager/
<img src="images/background-space.png" class="displayed" border="0" />
IMG.displayed{
display: inline-block;
margin-left: auto;
margin-right: auto;
}
这基本上是我应用于图像的 CSS,所有源代码都在主 index.html 上(没有单独的样式表)。
【问题讨论】:
-
添加
width属性然后就可以了 -
抱歉,该域不再关联,指向该域的链接可能无法正常运行