标签:cap png line center 重复 背景颜色 otto 检索 mod
本系列主要总结Css3一些新特性的认识,来源于《css揭秘》书。
width:200px;
height:200px;
background: rebeccapurple;
border: 10px solid hsla(300, 0%, 50%, 0.5);
background-clip: padding-box; //去掉和添加上此项可以看出效果
background-image: url(‘../img/bck.png‘);
background-repeat: no-repeat;
background-size: 40px 40px;
width:200px;
height:200px;
margin-top:10px;
border: 5px solid red;
--background-position: right 0px bottom 0px;
background-origin: content-box;
background-position: calc(100% - 50px);
padding: 10px;
margin: 10px auto;
width: 10em;
height: 8em;
background: tan;
border-radius: .8em;
padding: 1em;
box-shadow: 0 0 0 .6em #655;
outline: .6em solid #556;
标签:cap png line center 重复 背景颜色 otto 检索 mod
原文地址:http://www.cnblogs.com/cqhaibin/p/6087763.html