This commit is contained in:
HodiamontHods
2025-10-01 10:41:14 +02:00
parent fb0d889dbd
commit 0e6a8493b5
2 changed files with 16 additions and 0 deletions

View File

@@ -22,6 +22,11 @@
</div> </div>
</header> </header>
<div id="info">
hier komt een beetje info over de website te staan
</div>
</body> </body>
</html> </html>

View File

@@ -35,8 +35,19 @@ button{
height: 75px; height: 75px;
width: 100px; width: 100px;
border-radius: 5px; border-radius: 5px;
border: black solid 2px;
} }
button:hover{ button:hover{
background-color: #cd977e; background-color: #cd977e;
}
#info{
padding: 10px;
border-radius: 15px;
border:black solid 2px ;
margin: 3rem;
background-color: white;
height: 600px;
width: 900px;
} }