victor HF Staff commited on
Commit
5bd231b
·
1 Parent(s): 87cbfac

style: Change boost text from "DOWN ARROW for boost" to "Boost power"

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -60,7 +60,7 @@
60
  <div id="powerBar" style="width: 0%; height: 100%; background-color: #f00;"></div>
61
  </div>
62
  <div id="boostGauge" style="position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); width: 200px; height: 20px; background-color: #ccc; display: none;">
63
- <div style="position: absolute; bottom: 25px; width: 100%; text-align: center; color: white; font-family: Arial, sans-serif;">DOWN ARROW for boost</div>
64
  <div id="boostBar" style="width: 0%; height: 100%; background-color: #00ff00;"></div>
65
  </div>
66
  <button id="restart" style="display: none;">Restart</button>
 
60
  <div id="powerBar" style="width: 0%; height: 100%; background-color: #f00;"></div>
61
  </div>
62
  <div id="boostGauge" style="position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); width: 200px; height: 20px; background-color: #ccc; display: none;">
63
+ <div style="position: absolute; bottom: 25px; width: 100%; text-align: center; color: white; font-family: Arial, sans-serif;">Boost power</div>
64
  <div id="boostBar" style="width: 0%; height: 100%; background-color: #00ff00;"></div>
65
  </div>
66
  <button id="restart" style="display: none;">Restart</button>