使用border-radius 可以创建圆角
border-radius:50px;
border-radius
- 四个值: 第一个值为左上角,第二个值为右上角,第三个值为右下角,第四个值为左下角。
- 三个值: 第一个值为左上角, 第二个值为右上角和左下角,第三个值为右下角
- 两个值: 第一个值为左上角与右下角,第二个值为右上角与左下角
- 一个值: 四个圆角值相同
还可以定义每个角的弧度
定义左上的弧度
[border-top-left-radius]
···
使用border-radius 可以创建圆角
border-radius
还可以定义每个角的弧度
定义左上的弧度
[border-top-left-radius]
···
本文标题:css的圆角属性
本文链接:https://www.haomeiwen.com/subject/xrglgxtx.html
网友评论