-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.css
118 lines (98 loc) · 1.85 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
div{
font-family:'Lucida Sans';
color: rgb(255, 255, 255);
font-size: 1.4em;
}
#div2 {
font-family:'Lucida Sans';
color: rgb(0, 0, 0);
}
/* CHANGES ALL H3 and H4 within #div2 */
#div2 h3, #div2 h4 {
font-size: 3.2rem;
}
/* CHANGES ALL BULLET POINTS */
#div2 li {
font-size: 2.2rem;
}
#big_div {
display: flex;
justify-content: space-around;
align-items: center;
background-color: #04334b;
padding: 1px;
}
img {
width: 5%;
}
.items:hover {
background-color: gray;
opacity: 0.5;
color:black;
border-radius:10px;
}
#main {
display: block;
margin-left: auto;
margin-right: auto;
/*margin-bottom: 50%;*/
width: 100%;
/*opacity: 0.7;*/
}
.centerend {
position: absolute;
background-color: black;
background-color: rgba(250, 250, 250 , 0.4);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 300%;
}
#content{
color: black
}
#spice {
float: left;
display: block;
/*margin-bottom: 50%;*/
width: 30%;
height: 30%;
justify-content: space-around;
}
#Spice_JAMM {
float: right;
align-items: center;
justify-content: space-around;
color: black
}
/*
#About_us {
float: none;
width: 360%;
height: 470%;
justify-content: space-around;
}*/
#formatting-container{
display: flex;
flex-direction: row;
color:black
}
#formatting-text {
color: black;
/* VW, VH are responsive that are percentage of screen's respective dimension */
width: 40vw;
margin-right: 10vw;
}
#formatting-img{
width: 40vw;
box-shadow: 0px 0px 4px gray;
}
#delete-line{
text-decoration: none;
}
#delete-line2{
text-decoration: none;
}
#delete-line3{
text-decoration: none;
}