File size: 242 Bytes
5b76e0f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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%;
}