-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
56 lines (56 loc) · 919 Bytes
/
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
h1, h2, h3, h4, h5, h6 {
font-family: 'Ubuntu', sans-serif;
margin: 0;
}
p, div {
font-family: 'Vollkorn', serif;
margin: 0;
}
body {
background: url(cream_dust.png) repeat 0 0;
}
.wrapper {
max-width: 40em;
text-align: center;
padding: 40px 0;
}
.tagline {
margin-bottom: 40px;
}
.greeting {
font-size: 5em;
font-weight: bold;
color: #333;
margin-bottom: 40px;
}
.about {
font-size: 2.5em;
color: #555;
}
.text-links {
margin-bottom: 20px;
}
.btn-alex,
.btn-alex:hover,
.btn-alex:focus,
.btn-alex:active,
.btn-alex.active {
color: #428bca;
}
.social-links {
}
#my-resume-wrapper {
margin: 10px;
max-height: 600px;
}
#my-resume-wrapper > iframe {
width: 100%;
min-height: 500px;
}
#resume-download-button {
/*margin-left: auto;*/
/*margin-right: auto;*/
/*margin-top: 10px;*/
margin: 10px auto;
max-width: 300px;
}