css3实现边框圆角
<div class="box1"></div>
css:
.box1 {
width: 300px;
height: 300px;
background-color: red;
/* 左上方圆角半径 */
border-top-left-radius: 300px;
border-bottom-right-radius: 100px;
}
代码演示:
评论
匿名评论
隐私政策
你无需删除空行,直接评论以获取最佳展示效果