From 96eefa95a41913dead215f27d11c10dd14533910 Mon Sep 17 00:00:00 2001 From: HodiamontHods <521924@vistacollege.nl> Date: Tue, 30 Sep 2025 10:00:51 +0200 Subject: [PATCH] css changes --- concept/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/concept/style.css b/concept/style.css index b66f461..3a0f962 100644 --- a/concept/style.css +++ b/concept/style.css @@ -1,5 +1,5 @@ body{ - background-color: greenyellow; + background-color: #cd977e; } @@ -7,16 +7,17 @@ ul { list-style-type: none; margin: 0; padding: 0; - background-color: #333333; + background-color: #d3705a; display: flex; justify-content: center; border-radius: 15px; } button{ + color: white; font-size: large; font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif ; - background-color: chocolate; + background-color: #1f4952; height: 100px; width: 150px; margin: 1rem;