-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.css
88 lines (88 loc) · 1.43 KB
/
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
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
78
79
80
81
82
83
84
85
86
87
88
body{
margin: 0;
}
ul {
list-style: none;
margin: 0;
padding: 0;
width: 20%;
background-color: #333;
position: fixed;
height: 100%;
}
li a {
display: block;
color: white;
padding: 14px 16px;
text-align: center;
text-decoration: none;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
z-index: 1;
}
li.dropdown {display: inline-block;}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
li a:hover:not(.active){background-color: blueviolet;}
.active{
display: block;
background-color:royalblue;
}
.dropdown:hover .dropdown-content{display: block;}
.imageResize{
display: inline-block;
width: 3%;
}
.profileImage{
margin-top: 3%;
align: center;
margin-left: 48%;
width: 25%;
border-radius: 50%;
}
.mySlides {
width :25%;
overflow: auto;
}
#active {
display: block;
background-color:royalblue;
}
#dropActive{
display: block;
background-color:rgb(26, 67, 190);
}
body{
margin: 0;
}
.researchHeaders{
margin-left: 22%;
font-size: 24px;
}
#subHeaders{
font-size: 16px;
}
#name{
color: white;
font-size: 28px;
margin-left: 21%;
text-align: center;
}
#major{
color: white;
font-size: 20px;
text-align: center;
}
#minor{
color: white;
font-size: 16px;
text-align: center;
}