Took 5 hours 14 minutes
This commit is contained in:
2022-11-21 12:13:30 +01:00
parent a4ac8d083b
commit a722caf2d4
17 changed files with 421 additions and 106 deletions

View File

@ -1,10 +1,18 @@
#menu {
padding-left: 5%;
padding-right: 5%;
padding-top: 1%;
padding-top: 10%;
display: grid;
grid-template-columns: repeat(2, calc(90% / 2));
grid-template-rows: repeat(2, calc(90% / 2));
grid-template-columns: repeat(2, calc(100% / 2));
grid-template-rows: repeat(2, calc(95% / 2));
grid-gap: 2% 2%;
color: white;
}
#menu > button {
grid-row: span 1;
grid-column: span 1;
font-size: 1.8em;
height: 50%;
}