CSS3瀑布流的效果

h1{
width:100%;
height:50px;
margin:0px;
text-align:center;
line-height:50px;
background-color:#fff;
box-shadow:0 2px 6px 0 rgba(0,0,0,.5);
position:fixed;
left:0;
top:0;
}
.picC{
width:90%;
margin:50px auto;
-webkit-column-count:4;
-moz-column-count:4;
column-gap:20px;
list-style-type:none;
}
.picC li{
margin-top:10px;}

posted @ 2015-07-29 18:05  大发明家  阅读(245)  评论(0编辑  收藏  举报