Files
textual/docs/examples/guide/layout/horizontal_layout.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
104 B
Plaintext

Screen {
layout: horizontal;
}
.box {
height: 100%;
width: 1fr;
border: solid green;
}