Files
textual/docs/examples/guide/widgets/fizzbuzz01.css
2022-09-23 13:25:04 +01:00

11 lines
128 B
CSS

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