-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.css
46 lines (46 loc) · 926 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
body{
font-family: "Satisfy", cursive;
font-style: normal;
color: black;
background-color: rgb(231, 74, 12);
}
.links a{
text-decoration: none;
}
.links a:hover{
color: rgb(9, 245, 166);
}
.one{
background-color: rgb(9, 234, 241);
}
.one a{
color: rgb(0, 0, 0);
}
.one a:hover{
color: gold;
}
.photo img{
width: 200px;
height: 200px;
}
#Education ul{
list-style-image: url(icons8-graduation-cap-50.png);
}
#Projects ul{
list-style-image: url(icons8-projects-50.png);
}
#Internships ul{
list-style-image: url(icons8-internship-50.png);
}
#Accomplishments ul{
list-style-image: url(icons8-accomplishment-50.png);
}
#Certifications ul{
list-style-image: url(icons8-certification-50.png);
}
#activity ul{
list-style-image: url(icons8-hobby-25.png);
}
#skills ul{
list-style-image: url(icons8-skills-25.png);
}