From 12b57cc660ddde9018956a225041d15de208be6d Mon Sep 17 00:00:00 2001 From: arezou <git@gitlab.tugraz.at> Date: Thu, 23 Jan 2025 11:16:45 +0100 Subject: [PATCH] changed whitesmoke color --- css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index d23af01..e4fc947 100644 --- a/css/main.css +++ b/css/main.css @@ -10,13 +10,13 @@ .parent-1{ width: 1000px; height:200px; - background-color: yellow; + background-color: blue; margin: 50px auto; } .parent-2{ width: 90px; - background-color: brown; + background-color: yellow; margin: 50px auto; } .parent-3{ -- GitLab