mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
18 lines
242 B
CSS
18 lines
242 B
CSS
Screen {
|
|
layout: grid;
|
|
grid-size: 2;
|
|
grid-gutter: 2;
|
|
padding: 2;
|
|
}
|
|
#question {
|
|
width: 100%;
|
|
height: 100%;
|
|
column-span: 2;
|
|
content-align: center bottom;
|
|
text-style: bold;
|
|
}
|
|
|
|
Button {
|
|
width: 100%;
|
|
}
|