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