From cfed07147c35ddeb05a2de8d57cc52b6bed2fca5 Mon Sep 17 00:00:00 2001 From: HodiamontHods <521924@vistacollege.nl> Date: Mon, 29 Sep 2025 09:51:54 +0200 Subject: [PATCH] half klaar --- concept/index.html | 9 +++++++++ concept/style.css | 7 +++++++ 2 files changed, 16 insertions(+) diff --git a/concept/index.html b/concept/index.html index d01f779..7b16593 100644 --- a/concept/index.html +++ b/concept/index.html @@ -4,8 +4,17 @@ Document + +
+
  • + + + +
  • + +
    \ No newline at end of file diff --git a/concept/style.css b/concept/style.css index e69de29..f925627 100644 --- a/concept/style.css +++ b/concept/style.css @@ -0,0 +1,7 @@ +body{ + background-color: blueviolet; +} + +header{ + +} \ No newline at end of file