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

15 lines
192 B
CSS

Screen {
align: center middle;
}
Label {
width: 20;
height: 5;
background: blue;
color: white;
border: tall white;
margin: 1;
content-align: center middle;
}