Files
textual/sandbox/will/offset.css
Will McGugan d962dcd49c new align
2022-09-27 16:35:40 +01:00

22 lines
245 B
CSS

Screen {
align: center middle;
}
#parent {
width: 32;
height: 8;
background: $panel;
}
#tag {
color: $text;
background: $success;
padding: 2 4;
width: auto;
offset: -8 -4;
}
#child {
background: red;
}