-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathsite.css
86 lines (71 loc) · 1.47 KB
/
site.css
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.bg-black {
background-color: #000 !important;
}
.sidebar h1 {
font-size: 1.5rem;
}
.sidebar {
background-color: #000 !important;
}
@media (min-width: 992px) {
.sidebar {
height: 100vh;
width: 250px;
min-height: 400px;
overflow: auto;
padding: 30px;
position: fixed;
}
}
.active>.nav-link {
color: #ff2800 !important;
font-weight: bold;
}
@media (min-width: 992px) {
.main-content {
float: right;
width: calc(100% - 250px);
}
footer {
float: right;
width: calc(100% - 250px);
}
}
.bg-image {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.section-100 {
min-height: 100vh;
z-index: 2;
position: relative;
}
#home {
background-image: url('img/monaco2010.jpg');
}
#home h1 {
padding-top: 30vh;
font-size: 3rem;
text-shadow: 2px 2px #ff2800;
}
#history {
background-image: url('img/monaco1955.jpg');
text-shadow: 1.5px 1.5px #ff2800;
}
h3 {
font-size: 1.4rem;
}
.row > img{
height: 100%;
}
#avgspeed {
background-image: url('img/circuits2019.jpg');
text-shadow: 0.5px 0.5px #ff2800;
}
footer a, footer a:visited {
color: white;
}