mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
20 lines
323 B
CSS
20 lines
323 B
CSS
|
|
.sheet-background {
|
|
width: 800px;
|
|
height: 450px;
|
|
z-index: 0;
|
|
position:absolute;
|
|
|
|
}
|
|
|
|
.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;
|
|
} |