Files
textual/docs/examples/guide/widgets/hello05.css
Will McGugan 4437c7b640 hello examples
2022-09-22 18:16:02 +01:00

13 lines
177 B
CSS

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