forked from code61/bootstrap_exercise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
41 lines (34 loc) · 633 Bytes
/
main.css
File metadata and controls
41 lines (34 loc) · 633 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
.jumbotron {
min-height: 600px;
background-image: url(images/fruit-and-veg.jpg);
background-size: cover;
background-attachment: fixed;
}
h1{
font-family: 'Vast Shadow', cursive;
margin: 1em;
color: white;
font-size: 36px;
}
#social-buttons button {
color: white;
}
.btn-twitter {
background-color: #00acee;
border-color: #009ad5;
}
.btn-facebook {
background-color: #4868ac;
border-color: #314776; }
.btn-pintrest {
background-color: #b62f26;
border-color: #b62f26;
}
#buzz h2 {
text-align: center;
}
#mission {
background-color: rgba(32, 35, 41, 0.9);
color: #ddd;
text-align: center;
}