11 lines
146 B
CSS
11 lines
146 B
CSS
Screen {
|
|
background: white;
|
|
color: black;
|
|
}
|
|
|
|
Label {
|
|
margin: 4 8;
|
|
background: blue 20%;
|
|
border: blue wide;
|
|
width: 100%;
|
|
}
|