Spaces:
Running
Running
like this
Browse files- index.html +14 -4
index.html
CHANGED
|
@@ -15,9 +15,11 @@
|
|
| 15 |
height: 100vh;
|
| 16 |
margin: 0;
|
| 17 |
background-color: #f5f5f5;
|
|
|
|
|
|
|
|
|
|
| 18 |
}
|
| 19 |
-
|
| 20 |
-
.menu-container {
|
| 21 |
display: flex;
|
| 22 |
flex-direction: column;
|
| 23 |
gap: 15px;
|
|
@@ -77,9 +79,17 @@
|
|
| 77 |
<a href="#"><i data-feather="award"></i> Staff Picks</a>
|
| 78 |
</div>
|
| 79 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
</div>
|
| 81 |
-
|
| 82 |
-
<script>
|
| 83 |
feather.replace();
|
| 84 |
</script>
|
| 85 |
</body>
|
|
|
|
| 15 |
height: 100vh;
|
| 16 |
margin: 0;
|
| 17 |
background-color: #f5f5f5;
|
| 18 |
+
background-image: url('https://huggingface.co/spaces/usergit/hoverific-delight/resolve/main/images/photo_2025-10-03_17-49-57.jpg');
|
| 19 |
+
background-size: cover;
|
| 20 |
+
background-position: center;
|
| 21 |
}
|
| 22 |
+
.menu-container {
|
|
|
|
| 23 |
display: flex;
|
| 24 |
flex-direction: column;
|
| 25 |
gap: 15px;
|
|
|
|
| 79 |
<a href="#"><i data-feather="award"></i> Staff Picks</a>
|
| 80 |
</div>
|
| 81 |
</div>
|
| 82 |
+
<div class="menu-item">
|
| 83 |
+
<i data-feather="image"></i>
|
| 84 |
+
<span>Gallery</span>
|
| 85 |
+
<div class="submenu">
|
| 86 |
+
<a href="#"><i data-feather="camera"></i> Photos</a>
|
| 87 |
+
<a href="#"><i data-feather="video"></i> Videos</a>
|
| 88 |
+
<a href="#"><i data-feather="grid"></i> Collections</a>
|
| 89 |
+
</div>
|
| 90 |
+
</div>
|
| 91 |
</div>
|
| 92 |
+
<script>
|
|
|
|
| 93 |
feather.replace();
|
| 94 |
</script>
|
| 95 |
</body>
|