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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
| .rack{
| font-size: 20px;
| }
| .thea{
| font-size: 25px;
| height: 40px;
| }
| .he{
| border:2px solid #87CEEB;
| float:left;
| width: 200px;
| height: 150px;
| font-size: 20px;
| margin-top: 80px;
| margin-left: 55px;
| }
| .het{
| border:2px solid #87CEEB;
| float:left;
| width: 200px;
| height: 150px;
| font-size: 20px;
| margin-top: 95px;
| margin-left: 55px;
| }
| .sp{
| line-height: 40px;
| /* color: white; */
| font-weight: bolder;
| letter-spacing: 5px;
| }
|
| .spft{
| letter-spacing: 10px;
| }
|
| .hft{
| margin-top: 0px;
| width: 198px;
| height: 50px;
| background: #87CEFA;
| }
|
| .ft{
| line-height: 100px;
| font-size: 25px;
| font-weight: bolder;
| }
|
|