Spaces:
Running
Running
Add 2 files
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -32,7 +32,7 @@
|
|
| 32 |
}
|
| 33 |
.ship-hit {
|
| 34 |
background-color: #ef4444;
|
| 35 |
-
color:
|
| 36 |
}
|
| 37 |
.placement {
|
| 38 |
background-color: #cbd5e1;
|
|
@@ -86,8 +86,8 @@
|
|
| 86 |
</div>
|
| 87 |
|
| 88 |
<!-- Ship Placement Phase -->
|
| 89 |
-
<div id="placement-phase" class="hidden bg-
|
| 90 |
-
<h2 class="text-xl font-bold text-
|
| 91 |
|
| 92 |
<div class="flex flex-col lg:flex-row gap-8">
|
| 93 |
<!-- Player Board -->
|
|
|
|
| 32 |
}
|
| 33 |
.ship-hit {
|
| 34 |
background-color: #ef4444;
|
| 35 |
+
color: Red;
|
| 36 |
}
|
| 37 |
.placement {
|
| 38 |
background-color: #cbd5e1;
|
|
|
|
| 86 |
</div>
|
| 87 |
|
| 88 |
<!-- Ship Placement Phase -->
|
| 89 |
+
<div id="placement-phase" class="hidden bg-black rounded-xl shadow-md p-6 mb-8">
|
| 90 |
+
<h2 class="text-xl font-bold text-white-800 mb-4 text-center">Place Your Ships</h2>
|
| 91 |
|
| 92 |
<div class="flex flex-col lg:flex-row gap-8">
|
| 93 |
<!-- Player Board -->
|