-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprint.css
More file actions
73 lines (61 loc) · 928 Bytes
/
Copy pathprint.css
File metadata and controls
73 lines (61 loc) · 928 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
*{
font-family: "Roboto Mono", serif;
color: #121212;
}
#slug{
margin: auto;
font-style: italic;
width: 70%;
display: table;
text-align: center;
font-size: 0.7rem;
}
#download{
position: sticky;
position: webkit-sticky;
float: right;
text-align: right:
border: #ffefef;
background-color: #0c0c53;
}
.iconlist li {
list-style: none;
padding-top: 0.7rem;
margin-left: 25px;
font-size: 0.7rem;
color: #121212;
}
.iconlist {
columns:3;
-webkit-columns: 3;
}
h1 {
text-align: center;
font-size: 1.25rem;
margin: auto;
}
body {
background-color:white;
color: white;
margin-left: 10px;
}
h2 {
margin-left: 10px;
text-align: left;
font-size: 1rem;
}
.experience {
width: 90%;
margin: auto;
margin-bottom: 30px;
}
.experience .overview {
font-style: italic;
font-size: 0.7rem;
}
.experience li{
font-size: 0.7rem;
}
h3{
font-size: 0.85rem;
}