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,24 @@
img {
width: 25px;
height: 25px;
}
td {
border: 2px inset gray;
width: 35px;
height: 35px;
text-align: center;
}
table {
border-spacing: 5px;
}
li {
list-style-type: square;
}
h1 {
font-family: Arial, sans-serif;
text-transform: capitalize;
}