-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (55 loc) · 1.09 KB
/
style.css
File metadata and controls
68 lines (55 loc) · 1.09 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
68
body {
height: 100vh !important;
font-family: 'Abel', sans-serif !important;
font-size: 3vh !important;
background-color: #1485CC !important;
color: white !important;
}
#background {
height: 100%;
padding-top: 6vh;
}
.container {
top: 10vh;
padding: 10vw !important;
padding-top: 6vw !important;
background-color: rgba(240,240,240,.75) !important;
height: 60vh;
border-radius: 1%;
color: #009DFF !important;
}
#title, #quote {
font-family: 'Dosis', sans-serif !important;
}
#title {
font-size: 8vh !important;
}
#quote {
font-size: 6vh;
}
#newQuote {
float: right !important;
}
.btn {
font-size: 3vh !important;
}
a {
text-decoration: none !important;
color: rgb(20,133,204) !important;
}
a:hover {
text-decoration: none !important;
color: rgba(20,133,204,.6) !important;
}
.a-red {
color: rgb(178,18,18) !important;
}
.a-red:hover {
color: rgba(178,18,18,.6) !important;
}
.a-orange {
color: rgb(255,135,0) !important;
}
.a-orange:hover {
color: rgba(255,135,0,.6) !important;
}