This commit is contained in:
2017-03-23 22:19:48 +07:00
parent af2276a8ac
commit 6ed7d893bf
4 changed files with 553 additions and 0 deletions

28
css/svg.css Normal file
View File

@ -0,0 +1,28 @@
.tile {
width: 40px;
height: 56px;
}
.tenbo {
width: 156px;
height: 12px;
}
.face,
.back {
filter: url(#inset-shadow);
}
.face {
fill: #ffffff;
}
.back {
fill: #ffba1e;
}
.rotate {
width: 56px;
height: 56px;
transform: rotate(-90deg) translate(-8px, 0);
}