From 2a4188a3e61e73dde8d62c2db7a78550e3cff682 Mon Sep 17 00:00:00 2001 From: HodiamontHods <521924@vistacollege.nl> Date: Tue, 30 Sep 2025 09:49:14 +0200 Subject: [PATCH] nee --- concept/index.html | 10 +++++----- concept/style.css | 25 +++++++++++++++++-------- 2 files changed, 22 insertions(+), 13 deletions(-) diff --git a/concept/index.html b/concept/index.html index 5d5af7a..8718ebd 100644 --- a/concept/index.html +++ b/concept/index.html @@ -8,11 +8,11 @@
-
  • - - - -
  • +
    diff --git a/concept/style.css b/concept/style.css index e5196e2..b66f461 100644 --- a/concept/style.css +++ b/concept/style.css @@ -1,15 +1,24 @@ body{ - background-color: blueviolet; + background-color: greenyellow; } -header{ - color: black; - outline: red solid 10px; - width: auto; - height: 100px; + +ul { + list-style-type: none; + margin: 0; + padding: 0; + background-color: #333333; + display: flex; + justify-content: center; + border-radius: 15px; } button{ - width: auto; - align-items: center; + font-size: large; + font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif ; + background-color: chocolate; + height: 100px; + width: 150px; + margin: 1rem; + border-radius: 5px; } \ No newline at end of file