-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
67 lines (60 loc) · 895 Bytes
/
main.css
File metadata and controls
67 lines (60 loc) · 895 Bytes
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
body {
background-color:#2D0320;
color: #E8B4BC;
}
h1 {
font-size: 3em;
}
h2 {
font-size: 2em;
}
div#startts {
font-size:2em;
}
div#tcl {
font-size:2em;
}
div.price {
float: left;
font-size: 2em;
}
div.call-len {
font-size: 3em;
}
div.est-prices {
font-size: 2em;
color: #E3E7D3;
background-color: #645E9D;
padding: 15px 10px 15px 10px;n
}
div.rate {
background-color: #645E9D;
width: 300px;
padding: 8px;
}
div.est {
align-content: center;
background-color: #645E9D;
color: #E3E7D3;
font-size: 2em;
padding: 5px 10px 15px 10px;
}
.blueish {
background-color: #012A36;
color: #E3E7D3;
}
.dark {
background-color: #645e9d;
color: #E3E7D3;
}
td {
padding: 2px 12px 2px 12px;
text-align: center;
}
div.price {
float: right;
}
li {
padding-top:10px;
padding-bottom:10px;
}