diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..12606d4 --- /dev/null +++ b/css/index.css @@ -0,0 +1,10 @@ +.background { + width: 100vw; + height: 100vh; + background: url("/images/Background.png"); + background-size: cover; + position: absolute; + top: 0; + overflow: hidden; + opacity: 0.5; +} diff --git a/index.html b/index.html index fc1bb9d..8efc02b 100644 --- a/index.html +++ b/index.html @@ -32,12 +32,15 @@ + + +