最赞回答 / 慕斯3035540
div:hover span { animation-play-state:paused;}动画正常写 running是默认值 不需要特意写 在划出写paused就好
2016-02-28
width: 100px;
height: 200px;
background: #9da;
border-radius:100px 0 0 100px ;
height: 200px;
background: #9da;
border-radius:100px 0 0 100px ;
2016-02-27
body {
display:flex;
align-items: center;
justify-content:center;
}
display:flex;
align-items: center;
justify-content:center;
}
2016-02-27
-webkit-column-width:200px;
-moz-column-width:200px;
-o-column-width:200px;
-ms-column-width:200px;
column-width:200px;
-moz-column-width:200px;
-o-column-width:200px;
-ms-column-width:200px;
column-width:200px;
2016-02-26
.columns {
width: 500px;
padding: 5px;
border: 1px solid green;
margin: 20px auto;
-webkit-columns: 150px 3;
-moz-columns: 150px 3;
-o-columns:150px 3;
-ms-columns: 150px 3;
columns: 150px 3;
}
width: 500px;
padding: 5px;
border: 1px solid green;
margin: 20px auto;
-webkit-columns: 150px 3;
-moz-columns: 150px 3;
-o-columns:150px 3;
-ms-columns: 150px 3;
columns: 150px 3;
}
2016-02-26
background-image:linear-gradient(to top left,red,orange,yellow,green,blue,indigo,violet);
2016-02-26
border-image:url(http://img1.sycdn.imooc.com//52e22a1c0001406e03040221.jpg)15 15 15 15 round;
2016-02-26
div.semi-circle{
height:100px;
width:50px;
background:#9da;
border-radius:100px 0px 0px 100px;
}
height:100px;
width:50px;
background:#9da;
border-radius:100px 0px 0px 100px;
}
2016-02-26