Files
textual/docs/examples/styles/margin.css
2022-08-13 21:39:31 +01:00

11 lines
138 B
CSS

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