From 0e6a8493b59a3133a3915ba99b7732c7fa38a4e9 Mon Sep 17 00:00:00 2001 From: HodiamontHods <521924@vistacollege.nl> Date: Wed, 1 Oct 2025 10:41:14 +0200 Subject: [PATCH] clash --- concept/index.html | 5 +++++ concept/style.css | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/concept/index.html b/concept/index.html index 64ae5a9..b69182b 100644 --- a/concept/index.html +++ b/concept/index.html @@ -22,6 +22,11 @@ +
+ hier komt een beetje info over de website te staan + + +
\ No newline at end of file diff --git a/concept/style.css b/concept/style.css index f60c8a9..bc0ba6f 100644 --- a/concept/style.css +++ b/concept/style.css @@ -35,8 +35,19 @@ button{ height: 75px; width: 100px; border-radius: 5px; + border: black solid 2px; } button:hover{ background-color: #cd977e; +} + +#info{ + padding: 10px; + border-radius: 15px; + border:black solid 2px ; + margin: 3rem; + background-color: white; + height: 600px; + width: 900px; } \ No newline at end of file