手机
当前位置:查字典教程网 >网页设计 > Div+Css教程 >Div+Css画圆示例代码
Div+Css画圆示例代码
摘要:Jxchen.box{border:1pxsolid#f60;width:100px;height:100px;margin:0auto;-...

<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>

</div>

</body>

</html>

【Div+Css画圆示例代码】相关文章:

在div底部显示背景图片实现代码

CSS里随滚动条滚动代码

css实现文字层浮在图片之上示例代码

连续循环向上滚动代码

利用CSS3实现毛玻璃效果示例源码

实现CSS3中的border-radius(边框圆角)示例代码

通过css加载远程字体示例代码

相邻div实现一个跟着另一个自适应高度示例代码

CSS自动控制图片大小的代码

DIV点击折叠实例代码

精品推荐
分类导航