-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
59 lines (51 loc) · 983 Bytes
/
styles.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
body {
font-family: 'Roboto Condensed', Arial, sans-serif;
margin: 0;
padding: 0;
background-image: url("Pic.jpg");
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(0, 0, 0, 0.1);
}
body {
font-family: 'Roboto Condensed', Arial, sans-serif;
background-color: #f2f2f2;
margin: 0;
padding: 20px;
}
.container {
max-width: 600px;
margin: 0 auto;
text-align: center;
}
h1 {
color: #333333;
font-weight: 700;
font-size: 36px;
margin-top: 0;
text-transform: uppercase;
letter-spacing: 2px;
}
p {
color: #666666;
font-size: 24px;
font-weight: 400;
margin-top: 20px;
}
.aircraft-list {
color: #666666;
font-size: 18px;
margin-top: 40px;
list-style-type: none;
padding: 0;
}
.aircraft-list li {
margin-bottom: 10px;
}
p, h2 {
color: #666666;
text-align: center;
font-weight: 400;
font-size: 18px;
margin-top: 10px;
}