-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.css
52 lines (51 loc) · 906 Bytes
/
resume.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
html {
background: url(back7.jpg) no-repeat center center fixed;
/* this background picture is from unsplash.com */
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
a {
text-align: center;
text-decoration: none;
color: white;
display: block;
}
img {
text-align: center;
display: block;
margin: 0 auto;
width: 9em;
height: center;
}
p {
color: white;
text-align: center;
text-decoration: wavy;
}
h1{
font-style: italic;
text-align: center;
color: white;
}
h3 {
font-style: italic;
text-align: center;
color: white;
}
h5 {
text-align: center;
color: white;
}
h4 {
font-weight: bold;
font-style: italic;
text-align: center;
color: white;
}
h2 {
font-style: italic;
text-align: center;
color: white;
}