Files
textual/sandbox/will/offset.css
2022-09-13 14:27:29 +01:00

22 lines
239 B
CSS

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