首页 > Web开发 > 详细

Div+Css画圆示例代码

时间:2015-11-27 00:31:02      阅读:238      评论:0      收藏:0      [点我收藏+]

复制代码
代码如下:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Jxchen</title>
<style type="text/css">
.box{ border:1px solid #f60; width:100px; height:100px; margin:0 auto;
-webkit-border-radius:50px;
-moz-border-radius:50px;
-o-border-radius:50px;
border-radius:50px;
}
</style>
</head>
<body>
<div class="box">
</div>
</body>
</html>

Div+Css画圆示例代码

原文:http://www.jb51.net/css/105388.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!