-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1919style.css
74 lines (64 loc) · 1.15 KB
/
1919style.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
@font-face {
font-family: "FiraSans";
src: url("https://free.bboxtype.com/embedfonts/?family=FiraSans:500") format("woff");
}
#webpage {
font-family: Fira Sans;
color: #333333;
padding:15px;
}
h2 {
color: rgb(189, 20, 34);
text-align: center;
}
#headInfo {
background: url('./Images/Ford_GT_Nogaro.jpg') center;
background-size:cover;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
padding: 20px;
color:whitesmoke;
}
.topsplashText {
padding-top: 70px;
color: whitesmoke;
}
img {
max-width:100%;
height: auto;
}
article > h3 {
text-align: center;
}
.videoContainer {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
.videoContainer iframe, .videoContainer object, .videoContainer embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
footer {
background-color: #333;
color: white;
text-align: center;
}
#mainContent {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240 px, 1fr));
align-items: initial;
}
p {
color: #333333;
font-size: 1.2em;
line-height: 1.4;
}
footer > p {
color: whitesmoke;
}