-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
77 lines (63 loc) · 1.07 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
70
71
72
73
74
75
76
77
.font { font-family: 'Roboto', sans-serif;}
a{
color: #0060B6;
text-decoration: none;
}
.blocktext {
margin-left: auto;
margin-right: auto;
width: 60%;
}
.body {
/* text-align: center; */
color: #C0C0C0;
background-position: center;
background: url(./images/background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: bottom;
background-color: #0D0D0D !important;
}
.avatar {
display: block;
margin-left: auto;
margin-right: auto;
height: 250px;
width: 250px;
border-radius: 50%;
padding-top: 0;
}
#links {
position: relative;
margin-left:-.9em
}
.images{
display: inline-block;
margin: 0 1.5%;
}
.git {
fill: #C0C0C0;
}
.git:hover {
fill: #A349AF;
}
.LinkedIn {
fill: #C0C0C0;
}
.LinkedIn:hover {
fill: #0072b1;
}
.Resume {
fill: #C0C0C0;
}
.Resume:hover {
fill: #585858;
}
.Email {
fill: #C0C0C0;
}
.Email:hover {
fill: #FCB216;
}