Spaces:
Running
Running
undo the last edit
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -78,7 +78,7 @@
|
|
| 78 |
<a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
|
| 79 |
</div>
|
| 80 |
<div class="flex items-center space-x-4">
|
| 81 |
-
|
| 82 |
<button id="cart-button" class="flex items-center space-x-1 bg-black bg-opacity-50 px-3 py-2 rounded-lg border border-yellow-500 hover:bg-yellow-500 hover:text-black transition">
|
| 83 |
<i data-feather="shopping-cart" class="text-yellow-500 hover:text-black"></i>
|
| 84 |
<span id="cart-count" class="text-white">0</span>
|
|
|
|
| 78 |
<a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
|
| 79 |
</div>
|
| 80 |
<div class="flex items-center space-x-4">
|
| 81 |
+
<div class="relative">
|
| 82 |
<button id="cart-button" class="flex items-center space-x-1 bg-black bg-opacity-50 px-3 py-2 rounded-lg border border-yellow-500 hover:bg-yellow-500 hover:text-black transition">
|
| 83 |
<i data-feather="shopping-cart" class="text-yellow-500 hover:text-black"></i>
|
| 84 |
<span id="cart-count" class="text-white">0</span>
|