Skip to content

Commit

Permalink
Fixed selection problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Surajit0573 committed Feb 6, 2024
1 parent 0d887b5 commit a6f437d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ <h3 id="score" class="score">Score: 0</h3>
<br><br>
<!--Difficulty mode options added -->
<h2>Select Your Preferred Difficulty</h2>
<div style="display: flex; margin-bottom: 10px;"><input type="radio" name="mode" id="easy" value="1"><label for="easy" checked> Easy</label></div>
<div style="display: flex; margin-bottom: 10px;"><input type="radio" name="mode" id="easy" value="1" checked><label for="easy"> Easy</label></div>
<div style="display: flex; margin-bottom: 10px;"><input type="radio" name="mode" id="medium" value="2"><label for="medium"> Medium</label></div>
<div style="display: flex; margin-bottom: 10px;"><input type="radio" name="mode" id="hard" value="3"><label for="hard"> Hard</label></div>
<br><br>
Expand Down

0 comments on commit a6f437d

Please sign in to comment.