textual/docs/examples/styles/margin.css
Rodrigo Girão Serrão d41471034a Fix failing tests.
2023-01-09 16:39:12 +00:00

11 lines
146 B
CSS

Screen {
background: white;
color: black;
}
Label {
margin: 4 8;
background: blue 20%;
border: blue wide;
width: 100%;
}