[css] 举例说明css有哪些简写的属性和属性值?
border: solid 1px red;border-style: solid;
border-width: 1px;
border-color: red;animation: fadeIn .5s forward ease-in .2s infinite;animation-name: fadeIn;
animation-duration: 0.5s;
animation-fill-mode: forward;
animation-timing-function: ease-in;
animation-delay: 0.2s;
animation-iteration-count: infinite;background: url(images/foo.png) center top/cover no-repeat;background-image: url(images/foo.png);
background-position-x: center;
background-position-y: top;
background-size: cover;
background-repeat: no-repeat;
个人简介
我是歌谣,欢迎和大家一起交流前后端知识。放弃很容易,
但坚持一定很酷。欢迎大家一起讨论
主目录
与歌谣一起通关前端面试题