jocly
Version:
Board games 3D/2D UI and AI web library
13 lines • 302 B
CSS
.fiar-text{
text-align: center;
cursor:default;
}
.fiar-holes-left{
background-image: url(res/images/holeleft.png);
background-repeat:repeat-y;
background-size: contain;
}.fiar-holes-right{
background-image: url(res/images/holeright.png);
background-repeat:repeat-y;
background-size: contain;
}