CSS翻转状态

时间:2015-11-11 16:34:01

标签: html css

有人可以帮我解决这个Instagram Feed上的翻转状态吗?

http://www.christielakekids.com/gala2015/

我无法弄清楚为什么他们会在最底行的图像下面显示。

.image_block div:hover .rollover        { bottom:0px; transition:all ease-in-out 0.5s;}
.rollover                               { width:100%; height:100%; background-color:rgba(92, 112, 163, 0.9); position:absolute; bottom:-100%; left:0px; display:block;}
.roll_content a                         { display:block;  font-family: 'GothamBookRegular'; color:#FFF; font-size:25px; text-decoration: none;}
.roll_content p                         { margin-top: 20px; font-family: 'GothamBookRegular';    font-size:25px; color:#FFF; line-height:30px; text-align:center; padding:3% 10% 0 10%;}

0 个答案:

没有答案