initial commit

This commit is contained in:
2025-06-17 14:02:40 +02:00
parent 664d3b448d
commit 033aee6086
6 changed files with 1016 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
#container{
align-items: center;
justify-content: center;
display: flex;
}
.row{
}
.field{
width: 30px;
height: 30px;
text-align: center;
background-color:lightgray;
}
.letter-no{ background-color: rgb(105, 105, 105);}
.letter-wrong-position{ background-color: yellow;}
.letter-right-position{ background-color: lime;}