Skip to content

Commit

Permalink
fix html
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky-sideburn committed Oct 1, 2023
1 parent ac13d3d commit 271ae2b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions html5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<label for="presetName">Name</label>
<input type="text" id="presetName" value="foobar" readonly="true" style="margin-bottom: 1%;"><br>

<label for="presetLangText">Programing Language</label>
<label for="presetLangText">Programming Language</label>
<input type="text" id="presetLang" value="Python3" readonly="true" style="margin-bottom: 1%;">

<textarea class="form-control" id="currentLoadTest" rows="20" style="color: #161616; font-family: 'Courier New', Courier, monospace;"></textarea>
Expand Down Expand Up @@ -149,16 +149,13 @@
</div>
</div>
</div>
<div class="container transition" id="gameContainer" style="width: 50%; height: 50%;">
<div class="container" id="gameContainer" style="width: 50%; height: 50%;">
<!-- START FIRST ROW -->
<div class="row" style="margin-top: 2%;">
<!-- START SWITCH BUTTONS FOR MODE (GAME, PROGRAMMING)-->
<div class="row" style="margin-bottom: 1%;">
<div class="col text-center">
<button type="button" id="gameModeButton" class="btn btn-light btn-green" onclick="startGameMode()">Game Mode</button>
</div>
<div class="col text-center">

</div>
<div class="col text-center">
<button type="button" id="programmingModeButton" class="btn btn-light btn-green" onclick="startProgrammingMode()">Programming Mode</button>
Expand Down

0 comments on commit 271ae2b

Please sign in to comment.