Files
rmlui-app-template/assets/pages/test-page.rcss

17 lines
257 B
Plaintext

#page-root h1 {
color: red;
}
.healthbar-track {
display: block;
width: 200px;
height: 16px;
background-color: #3c3c3c;
border: 1px #666666;
}
.healthbar-fill {
display: block;
height: 100%;
background-color: #ffffff;
}