From 29191eb91531e00de9d273a0ec6d55c34551a8d7 Mon Sep 17 00:00:00 2001 From: Joel Nickson Date: Tue, 19 Oct 2021 01:36:30 +0530 Subject: [PATCH] Update styles.css --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index d9a2576..6c117f1 100644 --- a/styles.css +++ b/styles.css @@ -11,7 +11,7 @@ } body { align-items: center; - background-image: url('./resources/img/Pixel-6-Launch.jpg'); + background-image: url('./resources/img/Pixel-6-Launch.jpg') !important; background-repeat: no-repeat; background-attachment: fixed; background-size: cover;