From bba7c77ff0301c1999386be83675b582adb27be3 Mon Sep 17 00:00:00 2001 From: Ama Date: Tue, 13 Feb 2024 13:13:25 -0600 Subject: [PATCH] adding path with different synthax --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index da53587..f025a2d 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -4,7 +4,7 @@ font-family: system-ui; } .hero { background-color: #c5d5d7; - background-image: url(https://github.com/Amarilli/belly-button-challenge/blob/main/static/css/background.jpg); + background-image: url('https://github.com/Amarilli/belly-button-challenge/blob/main/static/css/background.jpg'); color: rgb(2, 2, 2); padding-top: 200px;