1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@charset "utf-8";
.web-app {
display: inline-block;
width: 300px;
border: 1px solid #f0f0f0;
text-align: center;
box-sizing: content-box;
}
.line {
float: left;
}
.reel {
font-size: 60px;
}
button {
font-size: 14px;
width: 75px;
}