File size: 224 Bytes
2c3c408
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

Button {
    margin: 1;
    width: 100%;
}

Vertical {
    height: auto;       
}

Horizontal {    
    height: auto;    
}

Horizontal Button {
    width: 20;
    
    margin: 1 2     ;
}

#scroll {
    height: 10; 
   
}