diff --git a/css/home.css b/css/home.css index f3f0b58..b881a68 100644 --- a/css/home.css +++ b/css/home.css @@ -1,4 +1,27 @@ -body +html { background-color: grey; + margin: 0; + padding: 0; + height:100vh; +} + +/* NAVIGATION BAR */ +.nav_bar +{ + display: flex; + height: 30%; + width: 100vw; +} + +.nav_left_holder +{ + display: flex; + width: 33.33vw; + gap: 10px; +} + +.nav_left_item +{ + } diff --git a/html/.home.html.swp b/html/.home.html.swp index 03728cb..06bcd1b 100644 Binary files a/html/.home.html.swp and b/html/.home.html.swp differ diff --git a/html/home.html b/html/home.html index e7f0e58..aa1d241 100644 --- a/html/home.html +++ b/html/home.html @@ -41,7 +41,7 @@ - + + -
-