Files
randopix/src/app.css
2020-05-16 10:55:35 +02:00

11 lines
168 B
CSS

window {
background: black;
font-size: 30px;
}
label {
background-color: #fff;
border: 2px solid gray;
border-radius: 5px;
margin: 10px;
padding: 10px;
}