diff --git a/css/main.css b/css/main.css index 1eef52b..8ef825c 100644 --- a/css/main.css +++ b/css/main.css @@ -39,4 +39,18 @@ .block-pop { background: rgb(250, 135, 135); +} + +body { + padding: 0; + margin: 0; + display: grid; + width: 100vw; + height: 100vh; + grid-template-columns: 2fr 1fr; +} + +.menu-right { + + background: rgb(225,225,225); } \ No newline at end of file diff --git a/index.html b/index.html index e1df2a7..a367549 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,11 @@
+ +