forked from protozoa-nz/protozoa-nz.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
60 lines (48 loc) · 879 Bytes
/
style.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
56
57
58
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Cardo';
src: url('Cardo-Regular.ttf') format('truetype');
}
body {
background-color: #151515;
color: rgba(255, 255, 255, .9);
font-family: Cardo, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
}
main {
max-width: 40rem;
margin: 0 auto;
padding-top: 6rem;
position: relative;
}
main > section {
padding: 0 .5rem;
margin-bottom: 2rem;
background: rgba(255, 255, 255, .9);
border: 1px #fff solid;
color: #000;
}
h1, h2, h3, h4 {
font-family: Montserrat;
margin-bottom: .5rem;
}
h1 {
font-size: 3rem;
margin-bottom: 0rem;
}
.tagline {
font-size: 1.3rem;
margin-bottom: 1rem;
}
a {
color: #000;
}
img.signature {
position: absolute;
top: 2rem;
right: -9rem;
z-index: -10;
}