textual/docs/examples/guide/screens/questions01.tcss
2024-08-27 17:38:15 +01:00

17 lines
244 B
Text

QuestionScreen {
layout: grid;
grid-size: 2 2;
align: center bottom;
}
QuestionScreen > Label {
margin: 1;
text-align: center;
column-span: 2;
width: 1fr;
}
QuestionScreen Button {
margin: 2;
width: 1fr;
}