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

14 lines
201 B
CSS

Screen {
align: center middle;
}
Hello {
width: 40;
height: 9;
padding: 1 2;
background: $panel;
color: $text;
border: $secondary tall;
content-align: center middle;
}