From 24491814720161b9c0dd7fbd1c7d8b7ab6aecfdd Mon Sep 17 00:00:00 2001 From: Joey <43940776+joeyboli@users.noreply.github.com> Date: Sun, 18 Jun 2023 21:45:07 +0000 Subject: [PATCH] Update style.css --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index ae183ee..b1838dc 100644 --- a/css/style.css +++ b/css/style.css @@ -67,7 +67,7 @@ body { .cover-album { max-width: 80%; margin: auto; - background: url('https://ucarecdn.com/3c5f4be1-fa66-4d75-b241-2573dc43f8a3/-/preview/-/quality/smart/-/format/auto/') no-repeat; + background: url('../img/cover.png') no-repeat; background-size: cover; border: 2px solid #fefefe; box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.4); @@ -284,7 +284,7 @@ input[type=range]::-ms-thumb { margin-right: 15px; float: left; border-radius: 10px; - background: url('https://ucarecdn.com/3c5f4be1-fa66-4d75-b241-2573dc43f8a3/-/preview/-/quality/smart/-/format/auto/') no-repeat; + background: url('../img/cover.png') no-repeat; background-size: cover; border: 2px solid #fefefe;