Files
textual/docs/examples/styles/layout.css
Will McGugan d962dcd49c new align
2022-09-27 16:35:40 +01:00

19 lines
271 B
CSS

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