10 lines
123 B
CSS
10 lines
123 B
CSS
Screen {
|
|
background: white;
|
|
color: blue;
|
|
}
|
|
|
|
Label {
|
|
padding: 4 8;
|
|
background: blue 20%;
|
|
width: 100%;
|
|
}
|