css 圆角矩形用法

2021-03-04 23:29

阅读:348

标签:简写   bsp   20px   tom   order   圆角   nbsp   ott   otto   

圆角矩形可以用为4个角分别设置圆度,但是有顺序的
border-top-left-radius:20px;
border-top-right-radius:20px;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;

简写方法 :  左上角 右上角 右下角 左下角

border-radius : 15px 0 0 15px;

css 圆角矩形用法

标签:简写   bsp   20px   tom   order   圆角   nbsp   ott   otto   

原文地址:https://www.cnblogs.com/ericblog1992/p/12910031.html


评论


亲,登录后才可以留言!