【发布时间】:2018-10-31 13:56:04
【问题描述】:
我似乎无法将我的图像居中,它的定位是相对于它的相对父级。
我用inspect element尝试了很多方法,但它似乎不想工作。
请在此处查看示例:http://dassiedev.dassieartisan.com/furniture
这是我的 CSS:
.tm-switch-image-container {
position: relative;
overflow: hidden;
height: 276px;
}
.tm-switch-image-container img {
width: 276px;
height: 276px;
max-width: none;
}
【问题讨论】:
标签: css margin text-align