Files
textual/docs/examples/guide/widgets/hello02.css
Will McGugan 9ab01d3c54 widgets docs
2022-09-21 17:18:50 +01:00

14 lines
195 B
CSS

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