mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
18 lines
308 B
CSS
18 lines
308 B
CSS
.charsheet {
|
|
background-image: url("https://i.ibb.co/t8ZrZK3/Sheet-Background.jpg");
|
|
min-width: 600px;
|
|
height:100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
|
|
label {
|
|
display: inline-block;
|
|
width: 15%;
|
|
}
|
|
|
|
input {
|
|
display: inline-block;
|
|
width: 50px;
|
|
}
|