From 947e0c142439a5fd7393eb81869265fc9d95c41e Mon Sep 17 00:00:00 2001 From: Lorenzzzo-quintana Date: Tue, 25 Feb 2025 14:57:39 -0500 Subject: [PATCH] week-04 --- week-04/css/style.css | 2 +- week-04/index.html | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/week-04/css/style.css b/week-04/css/style.css index ead1638..ff9feba 100644 --- a/week-04/css/style.css +++ b/week-04/css/style.css @@ -86,7 +86,7 @@ textarea { body { background-color: #353535; /* Light grey background color */ - background-image: url('/DMD-3470/week-04/assets/background.png'); /* Update the path to your image */ + background-image: url('../assets/background.png'); /* Update the path to your image */ background-size: cover; background-position: center; background-repeat: no-repeat; diff --git a/week-04/index.html b/week-04/index.html index 4ff4b08..08d934b 100644 --- a/week-04/index.html +++ b/week-04/index.html @@ -30,7 +30,7 @@
- AXIT Logo + AXIT Logo
@@ -110,11 +110,11 @@