From ade03745c040b48586b69006ccf1ef06fb847add Mon Sep 17 00:00:00 2001 From: wolegca <2738076308@qq.com> Date: Mon, 9 Sep 2019 18:11:41 +0800 Subject: [PATCH] update css --- index.css | 15 ++++++++++++++- index.html | 7 +++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index a19da09..97c2d75 100644 --- a/index.css +++ b/index.css @@ -16,7 +16,7 @@ body { } .menu-container { - position: relative; + position: absolute; height:100%; float:left; width:100%; @@ -26,4 +26,17 @@ body { display: block; text-decoration: none; list-style: none; +} + +.menu-button { + height:50px; + width:50px; + display: block; +} + +.menu-button span{ + display:block; + width:40px; + height:10px; + margin:5px auto; } \ No newline at end of file diff --git a/index.html b/index.html index 571ea93..64a7c76 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,21 @@
-