Skip to content

Commit

Permalink
extend operand dropdown to 6 #17
Browse files Browse the repository at this point in the history
  • Loading branch information
blahosyl committed Mar 25, 2024
1 parent 17306e3 commit cf803f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ padding: 2rem;
/* children should be in a row */
display: flex;
/* elements horizontally spread out */
min-width: 200px;
min-width: 250px;
justify-content: space-between;
flex-wrap: wrap;
border: solid 2px orange;
border-radius: 10px;
padding: 1rem;
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ <h1 class="heading">Operator Game</h1>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
</select>
</form>

Expand Down

0 comments on commit cf803f4

Please sign in to comment.