Files
textual/docs/examples/styles/align.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
178 B
Plaintext

Screen {
align: center middle;
}
.box {
width: 40;
height: 5;
margin: 1;
padding: 1;
background: green;
color: white 90%;
border: heavy white;
}