标签:color sp div bs ad html ef tt nbsp
border-radius:20px;
radius:以某某为半径画圆。
如何制作一个圆形:
div{height:150px;//像素的一半,再加上边框的像素
width:150px;
border:#0c3 20px solid;
border-left-color: red;
border-bottom-color:green;
border-right-color:blue;
border-top-color:pink;
border-radius:75+20=95px;
}
标签:color sp div bs ad html ef tt nbsp
原文地址:http://www.cnblogs.com/xs-yqz/p/4160335.html