Files
textual/sandbox/will/buttons.css
Will McGugan 3b003deea9 scroll test
2022-07-13 14:12:17 +01:00

25 lines
224 B
CSS

Button {
margin: 1;
width: 100%;
}
Vertical {
height: auto;
}
Horizontal {
height: auto;
}
Horizontal Button {
width: 20;
margin: 1 2 ;
}
#scroll {
height: 10;
}