这篇文章给大家分享的是有关css如何实现图片边框运动动画的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。如何实现图片的边框运动,这点在一些移动端的效果的经常应用,下面是图标边框运动实现代码:
@import url(http://fonts.useso.com/css?family=Lato:300,400,700|Ruthie);
@font-face {
font-weight: normal;
font-style: normal;
font-family: ‘codropsicons’;
src: url(‘../fonts/codropsicons/codropsicons.eot’);
src: url(‘../fonts/codropsicons/codropsicons.eot?#iefix’) format(’embedded-opentype’), url(‘../fonts/codropsicons/codropsicons.woff’) format(‘woff’), url(‘../fonts/codropsicons/codropsicons.ttf’) format(‘truetype’免费云主机域名), url(‘../fonts/codropsicons/codropsicons.svg#codropsicons’) format(‘svg’);
}
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
content: ”;
display: table;
}
.clearfix:after {
clear: both;
}
body {
background: #2c3e50;
color: #ecf0f1;
font-size: 100%;
line-height: 1.25;
font-family: ‘Lato’, Arial, sans-serif;
}
a {
color: #95a5a6;
text-decoration: none;
outline: none;
}
a:hover,
a:focus {
color: #fff;
}
.codrops-header {
margin: 0 auto;
padding: 2em;
text-align: center;
}
.codrops-header h2 {
margin: 0;
font-weight: 300;
font-size: 2.5em;
}
.codrops-header h2 span {
display: block;
padding: 0 0 0.6em 0.1em;
 
这篇文章主要介绍css中的flex属性怎么用,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完! flex flex 属性用于指定弹性子元素如何分配空间。 语法 flex: auto | initial | none | in…
免责声明:本站发布的图片视频文字,以转载和分享为主,文章观点不代表本站立场,本站不承担相关法律责任;如果涉及侵权请联系邮箱:360163164@qq.com举报,并提供相关证据,经查实将立刻删除涉嫌侵权内容。