Remove each game Caterogies title
Browse files- index.html +5 -14
index.html
CHANGED
|
@@ -188,9 +188,8 @@
|
|
| 188 |
<div class="w-full max-w-7xl mx-auto px-4 py-12">
|
| 189 |
<!-- Slots Row -->
|
| 190 |
<div class="mb-12">
|
| 191 |
-
<h3 class="text-neonblue text-2xl font-bold mb-6 text-center">SLOTS</h3>
|
| 192 |
<div class="flex justify-center gap-6">
|
| 193 |
-
|
| 194 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/gaming/320x320/2')"></div>
|
| 195 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/gaming/320x320/3')"></div>
|
| 196 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/gaming/320x320/4')"></div>
|
|
@@ -200,12 +199,10 @@
|
|
| 200 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/gaming/320x320/8')"></div>
|
| 201 |
</div>
|
| 202 |
</div>
|
| 203 |
-
|
| 204 |
<!-- Table Games Row -->
|
| 205 |
<div class="mb-12">
|
| 206 |
-
<h3 class="text-neonmagenta text-2xl font-bold mb-6 text-center">TABLE GAMES</h3>
|
| 207 |
<div class="flex justify-center gap-6">
|
| 208 |
-
|
| 209 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/casino/320x320/2')"></div>
|
| 210 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/casino/320x320/3')"></div>
|
| 211 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/casino/320x320/4')"></div>
|
|
@@ -215,12 +212,10 @@
|
|
| 215 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/casino/320x320/8')"></div>
|
| 216 |
</div>
|
| 217 |
</div>
|
| 218 |
-
|
| 219 |
<!-- Live Casino Row -->
|
| 220 |
<div class="mb-12">
|
| 221 |
-
<h3 class="text-white text-2xl font-bold mb-6 text-center">LIVE CASINO</h3>
|
| 222 |
<div class="flex justify-center gap-6">
|
| 223 |
-
|
| 224 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/live/320x320/2')"></div>
|
| 225 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/live/320x320/3')"></div>
|
| 226 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/live/320x320/4')"></div>
|
|
@@ -230,12 +225,10 @@
|
|
| 230 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/live/320x320/8')"></div>
|
| 231 |
</div>
|
| 232 |
</div>
|
| 233 |
-
|
| 234 |
<!-- Crypto Games Row -->
|
| 235 |
<div class="mb-12">
|
| 236 |
-
<h3 class="text-neonblue text-2xl font-bold mb-6 text-center">CRYPTO GAMES</h3>
|
| 237 |
<div class="flex justify-center gap-6">
|
| 238 |
-
|
| 239 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/crypto/320x320/2')"></div>
|
| 240 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/crypto/320x320/3')"></div>
|
| 241 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/crypto/320x320/4')"></div>
|
|
@@ -245,12 +238,10 @@
|
|
| 245 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/crypto/320x320/8')"></div>
|
| 246 |
</div>
|
| 247 |
</div>
|
| 248 |
-
|
| 249 |
<!-- Jackpots Row -->
|
| 250 |
<div class="mb-12">
|
| 251 |
-
<h3 class="text-neonmagenta text-2xl font-bold mb-6 text-center">JACKPOTS</h3>
|
| 252 |
<div class="flex justify-center gap-6">
|
| 253 |
-
|
| 254 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/money/320x320/2')"></div>
|
| 255 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/money/320x320/3')"></div>
|
| 256 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/money/320x320/4')"></div>
|
|
|
|
| 188 |
<div class="w-full max-w-7xl mx-auto px-4 py-12">
|
| 189 |
<!-- Slots Row -->
|
| 190 |
<div class="mb-12">
|
|
|
|
| 191 |
<div class="flex justify-center gap-6">
|
| 192 |
+
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/gaming/320x320/1')"></div>
|
| 193 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/gaming/320x320/2')"></div>
|
| 194 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/gaming/320x320/3')"></div>
|
| 195 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/gaming/320x320/4')"></div>
|
|
|
|
| 199 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/gaming/320x320/8')"></div>
|
| 200 |
</div>
|
| 201 |
</div>
|
|
|
|
| 202 |
<!-- Table Games Row -->
|
| 203 |
<div class="mb-12">
|
|
|
|
| 204 |
<div class="flex justify-center gap-6">
|
| 205 |
+
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/casino/320x320/1')"></div>
|
| 206 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/casino/320x320/2')"></div>
|
| 207 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/casino/320x320/3')"></div>
|
| 208 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/casino/320x320/4')"></div>
|
|
|
|
| 212 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/casino/320x320/8')"></div>
|
| 213 |
</div>
|
| 214 |
</div>
|
|
|
|
| 215 |
<!-- Live Casino Row -->
|
| 216 |
<div class="mb-12">
|
|
|
|
| 217 |
<div class="flex justify-center gap-6">
|
| 218 |
+
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/live/320x320/1')"></div>
|
| 219 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/live/320x320/2')"></div>
|
| 220 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/live/320x320/3')"></div>
|
| 221 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/live/320x320/4')"></div>
|
|
|
|
| 225 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/live/320x320/8')"></div>
|
| 226 |
</div>
|
| 227 |
</div>
|
|
|
|
| 228 |
<!-- Crypto Games Row -->
|
| 229 |
<div class="mb-12">
|
|
|
|
| 230 |
<div class="flex justify-center gap-6">
|
| 231 |
+
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/crypto/320x320/1')"></div>
|
| 232 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/crypto/320x320/2')"></div>
|
| 233 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/crypto/320x320/3')"></div>
|
| 234 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/crypto/320x320/4')"></div>
|
|
|
|
| 238 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/crypto/320x320/8')"></div>
|
| 239 |
</div>
|
| 240 |
</div>
|
|
|
|
| 241 |
<!-- Jackpots Row -->
|
| 242 |
<div class="mb-12">
|
|
|
|
| 243 |
<div class="flex justify-center gap-6">
|
| 244 |
+
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/money/320x320/1')"></div>
|
| 245 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/money/320x320/2')"></div>
|
| 246 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/money/320x320/3')"></div>
|
| 247 |
<div class="game-category-thumbnail" style="background-image: url('http://static.photos/money/320x320/4')"></div>
|