textual/docs/examples/styles/padding.tcss
Rodrigo Girão Serrão 5ee0ebfef4
Rename CSS files to TCSS.
Related issue: #3137.
2023-08-22 13:21:17 +01:00

10 lines
123 B
Text

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