fengchuanyu 5 ore fa
parent
commit
bc4e219ef2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      2_CSS/9_圆角.html

+ 1 - 1
2_CSS/9_圆角.html

@@ -7,7 +7,7 @@
     <style>
         .box{
             width: 200px;
-            height: 200px;
+            height: 200px; 
             border:1px solid black;
             /* 圆角 */
             border-radius: 20px;