Files
textual/docs/examples/simple.css
Will McGugan 79a560f395 forgotten css
2022-05-24 10:39:32 +01:00

15 lines
250 B
CSS

Screen {
background: darkblue;
color: white;
layout: vertical;
align: center middle;
}
Static {
height: auto;
padding: 2;
margin: 2;
border: white;
background: #ffffff 30%;
content-align: center middle;
}