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

22 lines
245 B
CSS

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