mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 11:19:58 +00:00
HET WERKT
This commit is contained in:
22
application/static/style.css
Normal file
22
application/static/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user