Generate grid

This commit is contained in:
thibaud-leclere
2026-01-31 16:17:24 +01:00
parent 1ebf8b99b3
commit a196fac6c6
10 changed files with 158 additions and 40 deletions

View File

@@ -1,3 +1,9 @@
body {
background-color: skyblue;
font-family: 'Noto Sans', sans-serif;
}
#actors td {
width: 16px;
height: 16px;
}