tile-art/css/svg.css
2017-03-23 22:19:48 +07:00

28 lines
270 B
CSS

.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);
}