initial commit
This commit is contained in:
@@ -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;}
|
||||
Reference in New Issue
Block a user