-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinterview.css
93 lines (76 loc) · 1.41 KB
/
interview.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
div{
font-family:'Lucida Sans';
color: rgb(255, 255, 255);
font-size: 1.4em;
}
#big_div {
display: flex;
justify-content: space-around;
align-items: center;
background-color: #04334b;
padding: 1px;
}
#div2 {
font-family:'Lucida Sans';
color: rgb(0, 0, 0);
}
/* CHANGES ALL H3 and H4 within #div2 */
#div2 h3 {
font-size: 3.2rem;
}
/* CHANGES ALL BULLET POINTS */
#div2 li {
font-size: 2.2rem;
}
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
}
#delete-line{
text-decoration: none;
}
#delete-line2{
text-decoration: none;
}
#delete-line3{
text-decoration: none;
}