improved tile move, added more tiles

This commit is contained in:
Stephan Richter
2020-09-14 00:01:48 +02:00
parent 6a1ada0d88
commit e7b9f3cd09
17 changed files with 153 additions and 37 deletions

View File

@@ -7,6 +7,7 @@ html{
}
body{
min-height: 100%;
background: #c6dbd2;
}
.tile{
@@ -14,11 +15,19 @@ body{
width: 30px;
height: 30px;
position: absolute;
background: white;
}
.crossH{
width: 60px;
}
.crossV{
height: 60px !important;
}
svg polygon,
svg rect{
fill:rgb(0,255,255);
fill:#617de4;
stroke-width:5;
stroke:rgb(0,0,0);
}
@@ -45,6 +54,7 @@ svg text{
text-align: center;
}
.Shadow,
.menu .list{
display: none;
}
@@ -67,6 +77,7 @@ svg text{
min-width: 30px;
text-align: center;
float: left;
background: #ecffa2;
}
#messages{