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