-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
70 lines (57 loc) · 1.06 KB
/
index.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
59
60
61
62
63
64
65
66
67
68
69
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
h1 {
font-weight: 100;
margin-bottom: 80px;
}
h2 {
font-weight: 100;
}
section {
margin-bottom: 30px;
padding-bottom: 30px;
}
section:not(:last-of-type) {
border-bottom: solid 1px #c0c1c1;
}
.container {
margin: 0 5%;
}
.colorized {
background-color: #4c4e4e;
color: white;
padding: 10px;
}
.multiple-items__item {
margin-bottom: 10px;
}
.image-wrapper {
margin-bottom: 20px;
}
.image {
display: block;
height: auto;
width: 100%;
}
.cite {
color: #4c4e4e;
font-size: 10px;
}
.centered {
align-items: center;
background-color: #e4eeee;
display: flex;
height: 100%;
justify-content: center;
}