Files
textual/docs/examples/styles/margin.css
2022-12-21 16:49:27 +00:00

11 lines
129 B
CSS

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