mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
15 lines
153 B
Plaintext
15 lines
153 B
Plaintext
Screen {
|
|
layout: grid;
|
|
grid-size: 3;
|
|
}
|
|
|
|
#two {
|
|
column-span: 2;
|
|
tint: magenta 40%;
|
|
}
|
|
|
|
.box {
|
|
height: 100%;
|
|
border: solid green;
|
|
}
|