底部对齐图像

时间:2014-07-19 19:01:14

标签: html css

我试图将第一张图片的最后两张图片对齐,但没有运气。

.image-wrap img {

width:100%;
height:auto;
positon:absolute;
display:inline-block;
vertical-align: bottom;
display: table-cell;}

.image-wrap {

text-align:center;
width: 100%;
height:auto;
position: relative;
vertical-align: bottom;

}

代码:http://jsfiddle.net/uvh7w/

0 个答案:

没有答案