blob: 96b27e6482caaf6e28991f9dad3e80c801685eb8 [file] [log] [blame]
Roger Ellisfd18f952020-01-08 16:31:33 -08001body {
2 background-color:black
3},
Jorge E. Moreiraa18ff1a2019-12-17 18:20:56 -08004html {
5# position: fixed;
6}
7
8.noscroll {
9 touch-action: none;
10}
11
12.one {
13 float: left;
14}
15
16.two {
17}
18
19#logcat {
20 display: none;
21 font-family: monospace;
22 padding: 10px;
23}
24