diff --git a/src/index.css b/src/index.css index 101493a..e320fea 100644 --- a/src/index.css +++ b/src/index.css @@ -30,7 +30,8 @@ body { background-color:rgb(30, 30, 30); background-image: url(https://github.com/Midou36O/midou36o.github.io/blob/main/src/images/BG_FHD.png?raw=true); background-repeat:no-repeat; - background-size: contain; + background-size: cover; + background-attachment: fixed; background-position: center center; color: var(--brighter-purple-color); margin: 0px;