diff --git a/Pages/style.css b/Pages/style.css index f321a39..db77589 100644 --- a/Pages/style.css +++ b/Pages/style.css @@ -1,6 +1,6 @@ @font-face { font-family: OpenSans; src: url('../Resources/openSans.ttf'); } html{ - background-color: #f1f1f1; + background-color: #c3153a; font-family: OpenSans; } /*SCROLLBAR*/ @@ -21,7 +21,6 @@ /* Logo + Background Image */ .logo-container { - position: fixed; display: flex; align-items: center; justify-content: center; @@ -102,14 +101,14 @@ h1{ color: #141415 } - +/* body { background-image: url('../Resources/Homepage-Picture.jpg'); background-position: center; background-repeat: no-repeat; background-position-y: top; z-index: 150; - } + }*/