Chicken117 commited on
Commit
cf1139b
·
verified ·
1 Parent(s): 429dc12

Add 2 files

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -32,7 +32,7 @@
32
  }
33
  .ship-hit {
34
  background-color: #ef4444;
35
- color: white;
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-white rounded-xl shadow-md p-6 mb-8">
90
- <h2 class="text-xl font-bold text-blue-800 mb-4 text-center">Place Your Ships</h2>
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 -->