-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyle.css
More file actions
38 lines (38 loc) · 773 Bytes
/
style.css
File metadata and controls
38 lines (38 loc) · 773 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
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
unicode-range: U+0000—001F;
}
header {
height: 75px;
background-color: #3F51B5;
color: white;
font-family: 'Open Sans';
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
body {
background-color: #F5F5F5;
}
* {
margin: 0;
padding: 0;
}
h1 {
padding-left: 20px;
padding-top: 13px;
}
h2 {
font-family: 'Open Sans';
font-size: 1.25em;
padding-left: 20px;
padding-top: 20px;
}
a {
padding-left: 50px;
padding-top: 30px;
}
h2 span {
font-style: italic;
}