-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathstyle.css
More file actions
52 lines (43 loc) · 864 Bytes
/
style.css
File metadata and controls
52 lines (43 loc) · 864 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
42
43
44
45
46
47
48
49
50
51
52
/*
Want to create your own CSS?
-> design our site for a day!
send a PR with your styles at
https://github.com/bpweb/cssconfbp17
-> submit a talk proposal!
our CFP is open at
https://goo.gl/forms/8eOK2syojrn0C2eh1
*/
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Open+Sans');
body {
font-family: "Open Sans", sans-serif;
padding-left: 12rem;
padding-right: 12rem;
}
h1 {
color: #263358;
font-family: "Abril Fatface", sans-serif;
font-size: 4rem;
font-weight: 300;
letter-spacing: 0.1rem;
padding-top: 3.5rem;
padding-bottom: 2rem;
}
h2 {
color: #b28a4a;
font-weight: 400;
font-style: italic;
letter-spacing: 0.1rem;
}
h3 {
color: #b28a4a;
font-style: italic;
font-weight: 300;
}
p, nav {
font-weight: 200;
}
a {
color: #263358;
padding-right: 0.25rem;
padding-left: 0.25rem;
}