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

14 lines
201 B
Plaintext

Screen {
align: center middle;
}
Hello {
width: 40;
height: 9;
padding: 1 2;
background: $panel;
color: $text;
border: $secondary tall;
content-align: center middle;
}