Update index.html
Browse files- index.html +15 -0
index.html
CHANGED
@@ -32,6 +32,21 @@
|
|
32 |
padding: 0 2rem 2rem 2rem;
|
33 |
}
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
p {
|
36 |
color: rgb(107, 114, 128);
|
37 |
font-size: 15px;
|
|
|
32 |
padding: 0 2rem 2rem 2rem;
|
33 |
}
|
34 |
|
35 |
+
#event-info {
|
36 |
+
position: absolute;
|
37 |
+
top: 20px;
|
38 |
+
left: 20px;
|
39 |
+
z-index: 2;
|
40 |
+
color: #fff;
|
41 |
+
font-size: 0.7vw;
|
42 |
+
letter-spacing: 1px;
|
43 |
+
text-align: left;
|
44 |
+
background-color: rgba(0, 0, 0, 0.4);
|
45 |
+
padding: 8px 12px;
|
46 |
+
border-radius: 6px;
|
47 |
+
max-width: 40vw;
|
48 |
+
}
|
49 |
+
|
50 |
p {
|
51 |
color: rgb(107, 114, 128);
|
52 |
font-size: 15px;
|