Files
roll20-character-sheets/HeroQuest/heroquest.css
T

16 lines
281 B
CSS

.sheet-background {
width: 800px;
height: 450px;
}
.sheet-background::after {
content: "";
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
background: url('http://i.imgur.com/4OKDPud.jpg');
background-size: 800px 450px;
}