-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathside.css
More file actions
41 lines (34 loc) · 668 Bytes
/
side.css
File metadata and controls
41 lines (34 loc) · 668 Bytes
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
.nav a {
color: #5a5a5a;
font-size: 11px;
font-weight: bold;
padding: 14px 10px;
text-transform: uppercase;
}
.nav li {
display: inline;
}
.jumbotron {
background-image:url('http://www.creativeapplications.net/wp-content/uploads/2012/05/Anfischer_Schwarm_rot_02.jpg');
height: 200px;
background-repeat: no-repeat;
background-size: cover;
}
.jumbotron .container {
position: relative;
top:100px;
}
.jumbotron h1 {
color: #1c1414;
font-size: 48px;
font-family: 'Shift', sans-serif;
font-weight: bold;
}
.contact h3 {
font-family: 'Shift', sans-serif;
font-size: 40px;
font-weight: bold;
}
.contact p {
font-size: 20px;
}