纯css做圆角
- 作者: 陌涵
- 来源: 51数据库
- 2022-09-21
<style type="text/css">
.tab{position:relative;margin:20px auto; width:50px;text-align:center}
.tab a{ background:#F27B04;display:block;line-height:30px; height:30px;}
.tl,.tr{ background:#FFDEBB;display:block;width:1px; top:0;height:1px; position:absolute;}
.tl{left:0;}
.tr{right:0;}
</style>
<div >
<a href="">试验</a>
<b ></b>
<b ></b>
</div>
推荐阅读
