Chaos Commit

This commit is contained in:
SwimJéjé 2024-12-06 05:35:47 +01:00
parent 525ce0515c
commit e1bcb4b022
4 changed files with 107 additions and 0 deletions

View file

@ -0,0 +1,11 @@
#keys {
display: grid;
grid-template-columns: auto auto 1fr;
}
.key {
font-size: 10px;
border: solid black;
}