From 50d5df70124c1bdc808fddf08fac202fb6e4a2da Mon Sep 17 00:00:00 2001 From: brick <63986294+Sharkmouth-Sucks@users.noreply.github.com> Date: Wed, 8 May 2024 08:53:00 -0400 Subject: [PATCH] Update index.css made paths relative hopefully --- index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index 4b09f24..e38ba19 100644 --- a/index.css +++ b/index.css @@ -1,6 +1,6 @@ @font-face { font-family: Comfortaa; - src: url(/fonts/Comfortaa-VariableFont_wght.ttf); + src: url(fonts/Comfortaa-VariableFont_wght.ttf); } body { @@ -17,7 +17,7 @@ h1 { #introdiv { margin: 10px; padding: 120px; - background-image: url(/images/aurora.jpg); + background-image: url(images/aurora.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; @@ -42,4 +42,4 @@ h1 { font-family: "Comfortaa", sans-serif; color:aqua; background-position: center; -} \ No newline at end of file +}