css教程制作css圆角边框(兼容全部浏览器)

时间:2021-05-08


复制代码代码如下:
b{display:block;height:1px;background:#f6f6f6;overflow:hidden;}
.w300{width:300px;margin:0 4px;background:#ccc;}
.w300-2{width:300px;margin:0 3px;}
.w302{width:302px;margin:0 2px;}
.w304{width:304px;margin:0 1px;height:2px;}


.b-l-r{border-left:1px #ccc solid;border-right:1px #ccc solid;}
.text-box{background:#f6f6f6;width:306px;height:100px;text-align:center;}
.text-box span{line-height:100px;color:#f00;}
</style></p><p> <body>
<b class="w300"></b> <!--上两角-->
<b class="w300-2 b-l-r"></b>
<b class="w302 b-l-r"></b>
<b class="w304 b-l-r"></b>
<div class="text-box b-l-r">
<span>圆角框</span>
</div></p><p> <b class="w304 b-l-r h2"></b> <!--下两脚-->
<b class="w302 b-l-r"></b>
<b class="w300-2 b-l-r"></b>
<b class="w300"></b>
</body>
</html>

声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。

相关文章