improved tile move, added more tiles
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user