Basic player moves

This commit is contained in:
2020-04-16 20:29:41 +02:00
parent c660330766
commit 15f3b29dac
7 changed files with 462 additions and 49 deletions

View File

@@ -1,3 +1,7 @@
.mttt-cell:hover{
background: lightblue;
.debug-bar{
position: relative;
background: #fff;
display: flex;
justify-content: space-around;
z-index: 100;
}