prithivMLmods
commited on
Commit
•
6217c91
1
Parent(s):
16f965e
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
}
|
15 |
|
16 |
.gallery-item {
|
17 |
-
position: relative;
|
18 |
overflow: hidden;
|
19 |
border-radius: 10px;
|
20 |
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
|
@@ -37,14 +37,14 @@
|
|
37 |
position: absolute;
|
38 |
top: 10px;
|
39 |
right: 10px;
|
40 |
-
color: #
|
41 |
cursor: pointer;
|
42 |
}
|
43 |
</style>
|
44 |
</head>
|
45 |
<body>
|
46 |
<div class="gallery">
|
47 |
-
|
48 |
|
49 |
|
50 |
<div class="gallery-item">
|
|
|
14 |
}
|
15 |
|
16 |
.gallery-item {
|
17 |
+
position: relative;
|
18 |
overflow: hidden;
|
19 |
border-radius: 10px;
|
20 |
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
|
|
|
37 |
position: absolute;
|
38 |
top: 10px;
|
39 |
right: 10px;
|
40 |
+
color: #FFA500;
|
41 |
cursor: pointer;
|
42 |
}
|
43 |
</style>
|
44 |
</head>
|
45 |
<body>
|
46 |
<div class="gallery">
|
47 |
+
|
48 |
|
49 |
|
50 |
<div class="gallery-item">
|