first commit

This commit is contained in:
Shikiryu
2025-12-19 23:19:28 +01:00
commit c06f6f13df
5 changed files with 40836 additions and 0 deletions

15
codenames.css Normal file
View File

@@ -0,0 +1,15 @@
td {
width:7em;
height: 7em;
border:1px;
border-style:solid;
text-align: center;
}
#grid {
border-width: 20px;
border-style: solid;
margin-top:3em;
text-align: center;
font-weight: bold;
}