From 2604c2f88b58cdf439ede4346a8dd3941f18b676 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 26 Nov 2022 23:48:04 +0530 Subject: Removed Inline Styles --- hg.css | 2 ++ index.html | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hg.css b/hg.css index 79d0549..032357c 100644 --- a/hg.css +++ b/hg.css @@ -48,6 +48,8 @@ body { border-radius: 10px; box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5); text-align: center; + background-position: 50% 50%; + background-repeat: no-repeat; } .music-player .color-overlay { diff --git a/index.html b/index.html index 159ebbe..abf1ece 100644 --- a/index.html +++ b/index.html @@ -26,8 +26,7 @@
-
+
Now Playing

-- cgit v1.2.3