5 lines
97 B
CSS
5 lines
97 B
CSS
|
.response {
|
||
|
background: url("/static/img/creature.png");
|
||
|
background-size: 128px 128px;
|
||
|
}
|