css3画实心圆

时间:2016-03-15 17:18:02   收藏:0   阅读:3688

设置border-radius的值为width和height的1/2;

例子如下:

#circle { 
width: 200px; 
height: 200px; 
background-color: #a72525; 
-webkit-border-radius: 100px; 
-moz-border-radius:100px;
border-radius:100px; }

可以用border属性设置边框样式 例如:

border: 5px solid #dedede;
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!