diff --git a/css/styles.css b/css/styles.css index ae39045..98796e6 100644 --- a/css/styles.css +++ b/css/styles.css @@ -15,14 +15,14 @@ body { .bg { position: absolute; - object-fit: cover; - object-position: center; - heigh: 100%; + height: 100%; width: 100%; - z-index: -100; - - content: var(--background); + z-index: -1; + + background: var(--background); + background-size: cover; + background-position: center; } .silhouette { diff --git a/index.html b/index.html index 40b91e9..73d6dc0 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ - +