textual/docs/examples/guide/screens/screen02.css
2022-10-04 17:48:25 +01:00

18 lines
238 B
CSS

BSOD {
align: center middle;
background: blue;
color: white;
}
BSOD>Static {
width: 70;
}
#title {
content-align-horizontal: center;
text-style: reverse;
}
#any-key {
content-align-horizontal: center;
}