HET WERKT

This commit is contained in:
2025-04-12 13:08:05 +02:00
parent 8055a7fb71
commit 95f4eb76ae
9 changed files with 132 additions and 43 deletions

View File

@@ -0,0 +1,22 @@
body {
background-color: lightslategray;
}
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
gap: 20px;
background-color: lightslategray;
padding-top: 20px;
margin-left: 10%;
margin-right: 10%;
}
.grid-container > div {
text-align: center;
height: 100px;
padding-top: 5px;
border: 2px solid black;
border-radius: 10px;
background-color: whitesmoke;
}