update
This commit is contained in:
@@ -279,7 +279,7 @@ CSS3 对盒模型做出了新的定义,即允许开发人员**指定盒子宽
|
||||
|
||||
/*画圆形的方式一*/
|
||||
.box:nth-child(1) {
|
||||
border-radius: 100px;
|
||||
border-radius: 50px;
|
||||
}
|
||||
|
||||
/*画圆形的方式二*/
|
||||
@@ -288,7 +288,7 @@ CSS3 对盒模型做出了新的定义,即允许开发人员**指定盒子宽
|
||||
}
|
||||
|
||||
.box:nth-child(3) {
|
||||
border-radius: 200px 0 0 0;
|
||||
border-radius: 100px 0 0 0;
|
||||
}
|
||||
|
||||
.box:nth-child(4) {
|
||||
|
||||
Reference in New Issue
Block a user