css3圆角代码
发布日期:2018-04-25摘要:div+css3普通圆角代码示例 round {width:200px;height:100px;margin:0px auto;border: 5px ...
div+css3普通圆角代码示例<style type="text/css">
#round {
width:200px;
height:100px;
margin:0px auto;
border: 5px solid #000;
border-radius:15px;
}
</style>
<div id="round"></div>
以上代码可直接复制到HTML文件中运行。
运行后的效果图
div+css3普通无边框圆角代码示例<style type="text/css">
#round {
width: 200px;
height: 100px;
background:#09C;
border-radius: 5px;
margin:0px auto;
}
</style>
<div id="round"></div>
以上代码可直接复制到HTML文件中运行。
运行后的效果图
上一篇:最新非主流QQ个性签名集
下一篇:买了路由器不会用请帮忙
-
给我们打电话
7*24小时服务热线:1399999999
全国客服热线:400-0000-000 -
百度地图
福建省漳州市 -
给我们发邮件
E-mail:[email protected]
在线沟通