-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtic.css
More file actions
67 lines (65 loc) · 1.12 KB
/
tic.css
File metadata and controls
67 lines (65 loc) · 1.12 KB
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
.back {
background-color: #ffffff;
text-align: center;
margin-top: 6%;
}
tr:hover {
color: #d2042d;
}
#thead {
font-family: "Montserrat", sans-serif;
color: #ee2690;
font-weight: bold;
}
h3 {
line-height: 1.6;
}
h2 {
line-height: 2;
}
h4 {
font-family: "Montserrat", sans-serif;
font-size: 1rem;
color: black;
font-weight: bold;
}
#route {
width: 2.3rem;
}
#free {
font-family: "Montserrat", sans-serif;
color: yellow;
background-color: #ee2690;
margin-bottom: 3.125rem;
margin-bottom: 3.125rem;
border-radius: 0.625rem;
}
#heading {
line-height: 4.5;
font-family: "Montserrat", sans-serif;
color: #ee2690;
}
#offer {
line-height: 1.5;
font-size: 50px;
font-family: "Montserrat", sans-serif;
color: #ee2690;
}
.table-s {
line-height: 3;
font-family: "Montserrat", sans-serif;
color: #ee2690;
}
@media only screen and (max-width: 530px) and (min-width: 100px) {
#route {
width: 1.6rem;
}
h4 {
font-size: 0.9rem;
}
}
.hr {
border-top: none;
border-color: rgb(28, 27, 27);
border-style: dotted;
}