This commit is contained in:
2026-06-05 14:23:43 +03:00
commit 976ac3a00d
3 changed files with 171 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
body {
text-align: center;
font-family: Arial;
}
table {
margin: auto;
border-collapse: collapse;
}
td {
width: 50px;
height: 50px;
border: 1px solid black;
font-size: 24px;
cursor: pointer;
}