diff --git a/css/style.css b/css/style.css index 23ba7cc..178cb09 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,4 @@ body { - background-color: #000000; font-family: sans; } .content { @@ -23,11 +22,13 @@ body { .images { position: relative; - width: 92vw; + background-color: #000000; } .single { + width: 92vw; height: 92vh; + background-color: #000000; } .single-image { position: absolute; @@ -71,7 +72,6 @@ body { height: 200px; } .footer { - width: 100%; padding: 10px; margin-top: 10px; background-color: #404040;