div:hover {
-webkit-animation-name: changeColor;
-webkit-animation-duration: 5s;
-webkit-animation-timing-function: ease-out;
-webkit-animation-delay: .1s;
}
-webkit-animation-name: changeColor;
-webkit-animation-duration: 5s;
-webkit-animation-timing-function: ease-out;
-webkit-animation-delay: .1s;
}
2015-01-08
border-image:url(http://img1.sycdn.imooc.com//52e22a1c0001406e03040221.jpg) 15px round; 这样写对吗?怎么没有看到效果啊?
2015-01-08
body {
display:flex;
align-items: center;
justify-content:center;
}
display:flex;
align-items: center;
justify-content:center;
}
2015-01-08
实心上半圆:
方法:把宽度(width)设为高度(height)的一半,
【应该是 高度(height)是宽度(width)的一半】
方法:把宽度(width)设为高度(height)的一半,
【应该是 高度(height)是宽度(width)的一半】
2015-01-08
把Google字体换成360的<link href='http://fonts.useso.com/css?family=Fruktur' rel='stylesheet'>
2015-01-07