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

11 lines
134 B
CSS

Screen {
align: center middle;
}
FizzBuzz {
width: auto;
height: auto;
background: $primary;
color: $text;
}