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

11 lines
143 B
Plaintext

Static {
content-align: center middle;
background: crimson;
border: solid darkred;
height: 1fr;
}
.column {
width: 1fr;
}