Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -19,13 +19,14 @@
|
|
19 |
overflow: hidden;
|
20 |
border-radius: 10px;
|
21 |
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
|
22 |
-
|
23 |
}
|
24 |
|
25 |
.gallery-item img {
|
26 |
width: 100%;
|
27 |
height: auto;
|
28 |
display: block;
|
|
|
29 |
}
|
30 |
|
31 |
.gallery-item p {
|
|
|
19 |
overflow: hidden;
|
20 |
border-radius: 10px;
|
21 |
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
|
22 |
+
|
23 |
}
|
24 |
|
25 |
.gallery-item img {
|
26 |
width: 100%;
|
27 |
height: auto;
|
28 |
display: block;
|
29 |
+
color: #000000;
|
30 |
}
|
31 |
|
32 |
.gallery-item p {
|