Initial commit

This commit is contained in:
2025-09-02 15:35:01 +02:00
commit 3e961fa2aa
4 changed files with 314 additions and 0 deletions

24
index.css Normal file
View File

@@ -0,0 +1,24 @@
.app {
text-align: center;
}
.big-cell {
border: 1px black solid;
display: inline-block;
}
.cell {
border: 1px gray solid;
width: 20pt;
height: 100%;
display: inline-block;
text-align: center;
}
.cell-highlight {
color: red;
}
span.cell:empty:before {
content: "\200b"; /* unicode zero width space character */
}