Files
textual/docs/examples/styles/layout.css
Rodrigo Girão Serrão 164678ab66 Fix reference for layout.
2022-12-22 14:05:17 +00:00

19 lines
270 B
CSS

#vertical-layout {
layout: vertical;
background: darkmagenta;
height: auto;
}
#horizontal-layout {
layout: horizontal;
background: darkcyan;
height: auto;
}
Label {
margin: 1;
width: 12;
color: black;
background: yellowgreen;
}