forked from witcherck/MPG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
55 lines (48 loc) · 1.01 KB
/
main.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
.nav a {
color: #362362;
font-size: 12px;
font-family: 'Shift', sans-serif;
font-weight: bold;
padding: 14px 10px;
text-transform: uppercase;
}
.jumbotron {
background-image:url('http://i.imgur.com/3sB2KpI.jpg');
height: 700px;
width: 1000px;
}
.jumbotron h1 {
color: #88A2FF;
font-size: 48px;
font-family: 'Shift', sans-serif;
font-weight: bold;
}
.jumbotron p {
color: #88A2FF;
font-size: 20px;
font-family: 'Shift', sans-serif;
}
.learn-more h3 {
font-family: 'Shift', sans-serif;
font-size: 18px;
font-weight: bold;
color: #362362;
}
.learn-more a {
color: #3F1499;
}
body{
background-color: #FFE9C4;
}
@font-face {
font-family: 'Shift';
font-style: normal;
font-weight: normal;
src: url("http://s3.amazonaws.com/codecademy-content/courses/ltp/fonts/shift.woff") format("woff");
}
@font-face {
font-family: 'Shift';
font-style: normal;
font-weight: bold;
src: url("http://s3.amazonaws.com/codecademy-content/courses/ltp/fonts/shift-bold.woff") format("woff");
}