From fd58cd727dbafc3234acfe30793662dbe987565d Mon Sep 17 00:00:00 2001 From: gr00tie Date: Wed, 15 Nov 2023 21:53:22 +0100 Subject: [PATCH] Update styles.css --- includes/styles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/includes/styles.css b/includes/styles.css index 06d4904..fcad3c8 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -12,9 +12,10 @@ body { font-family: 'Roboto', sans-serif; /*background: linear-gradient(to right, #0f2027, #203a43, #2c5364);*/ color: white; - background-image: url(../images/bck.jpg); - background-repeat: no-repeat; - background-position: center; + background: url(../images/bck.jpg) no-repeat center center fixed; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; background-size: cover; }