Files
textual/docs/examples/styles/padding.css
Rodrigo Girão Serrão 454d36cdc7 Use labels instead of static.
2023-01-04 11:43:38 +00:00

10 lines
114 B
CSS

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