-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
125 lines (117 loc) · 1.88 KB
/
style.css
File metadata and controls
125 lines (117 loc) · 1.88 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:100,300,700");
html,
body {
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif;
font-size: 10px;
line-height: 3.5em;
font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Roboto Condensed";
}
h1 {
font-size: 9em;
text-align: center;
text-transform: uppercase;
}
h2 {
font-size: 5em;
text-align: center;
text-transform: uppercase;
line-height: 4em;
}
h3 {
font-size: 4.2em;
text-align: center;
line-height: 1em;
}
h4 {
font-size: 1.5;
letter-spacing: 0.4px;
line-height: 1em;
}
h5 {
font-size: 1.2em;
line-height: 1em;
}
.nav-bar {
background-color: rgb(25, 33, 41);
}
.nav-bar a {
color: white;
text-decoration: none;
font-size: 2em;
}
.header {
background-image: url("https://s3-eu-west-1.amazonaws.com/ih-materials/uploads/ironhack-skydive-background.jpg");
background-position: 0 0;
background-repeat: no-repeat;
size: cover;
height: 650px;
}
.trip {
color: white;
text-shadow: 8px -20px 9px #020819;
}
.quote {
font-size: 2em;
}
.dark-background {
background-color: rgb(25, 33, 41);
color: white;
}
.text {
font-size: 2em;
font-weight: 100;
text-align: center;
}
.link-btn {
background-color: rgb(67, 163, 230);
color: white;
font-family: "Roboto Condensed";
font-size: 2em;
letter-spacing: 0.5px;
text-align: center;
text-decoration: none;
}
.service-box {
font-size: 1.7em;
text-align: center;
}
.service-box img {
width: 125px;
}
#team .section-text {
font-size: 1.9em;
text-align: center;
}
#team .member-name {
font-size: 1.5em;
font-weight: 700;
}
#team img {
width: 250px;
height: 180px;
}
.footer {
font-size: 1.9em;
text-align: center;
}
.address {
font-style: normal;
font-size: 0.8em;
}
.footer a {
color: rgb(67, 163, 230);
text-decoration: none;
}
footer ul {
list-style: none;
}