From 3ac56583585067f4de87662a3be656e021bf3890 Mon Sep 17 00:00:00 2001 From: Midou36O <45198486+Midou36O@users.noreply.github.com> Date: Tue, 8 Feb 2022 14:25:44 +0100 Subject: [PATCH] Update index.css --- src/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;