diff --git a/css/main.css b/css/main.css index 9203473..4e088b4 100644 --- a/css/main.css +++ b/css/main.css @@ -127,35 +127,26 @@ footer { */ body { - width: 70%; - margin-left: 20%; background: #201b1a; background-attachment: local; background-position: top; - background-size: 100% 100%; background-image: url("/img/background.jpg"); } .header { - margin-top: 7em; - height: 7em; - margin-bottom: 14em; - padding-left: 2em; + border: green; + border-style: double; } .header img { - height: 16em; } .container { - display: flex; } nav { - margin-right: 10em; - width: 80%; border: green; border-style: double; }