From 49471f393f15e2166c24553b043425f85d78be1b Mon Sep 17 00:00:00 2001 From: wolegca <2738076308@qq.com> Date: Mon, 9 Sep 2019 18:15:12 +0800 Subject: [PATCH] update css --- index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.css b/index.css index 97c2d75..e2b5293 100644 --- a/index.css +++ b/index.css @@ -32,6 +32,9 @@ body { height:50px; width:50px; display: block; + box-sizing: border-box; + border:1px solid #ccc; + border-radius: 10% } .menu-button span{ @@ -39,4 +42,6 @@ body { width:40px; height:10px; margin:5px auto; + background-color:#ccc; + border-radius:10% } \ No newline at end of file