码迷,mamicode.com
首页 > Web开发 > 详细

html中的圆角边框

时间:2014-12-12 20:50:04      阅读:149      评论:0      收藏:0      [点我收藏+]

标签: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;

  }

 

html中的圆角边框

标签:color   sp   div   bs   ad   html   ef   tt   nbsp   

原文地址:http://www.cnblogs.com/xs-yqz/p/4160335.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!