Files
textual/docs/examples/app/question02.css
2022-09-05 21:30:29 +01:00

18 lines
245 B
CSS

Screen {
layout: table;
table-size: 2;
table-gutter: 2;
padding: 2;
}
#question {
width: 100%;
height: 100%;
column-span: 2;
content-align: center bottom;
text-style: bold;
}
Button {
width: 100%;
}