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

23 lines
281 B
CSS

Screen {
align: center middle;
layers: below above;
}
Static {
width: 28;
height: 8;
color: auto;
content-align: center middle;
}
#box1 {
background: darkcyan;
layer: above;
}
#box2 {
layer: below;
background: orange;
offset: 12 6;
}