Files
2022-01-27 09:27:21 -05:00

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;
}