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

10 lines
123 B
CSS

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