Upload and Begin

This commit is contained in:
2024-11-20 20:36:28 +01:00
parent af1749b884
commit ed9222df6a
61 changed files with 13202 additions and 0 deletions

View File

@ -0,0 +1,17 @@
table {
border-collapse: collapse;
margin-bottom: 0.5cm;
}
td {
border: 1px dotted black;
width: 1.2cm;
height: 1.2cm;
text-align: center;
vertical-align: center;
}
input[type="number"] {
width: 1cm;
box-sizing: border-box;
}