Files
textual/docs/examples/styles/padding.css
Will McGugan 538e5d4701 lots more docs
2022-08-14 15:43:00 +01:00

10 lines
115 B
CSS

Screen {
background: white;
color: blue;
}
Static {
padding: 4 8;
background: blue 20%;
}