Skip to content

Commit

Permalink
Added more questions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortuga-AM committed Mar 3, 2024
1 parent 666e0d7 commit 336fb22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3>Open Ended Questions</h3>
</form>
<form id="form2">
<h3>Personal Info</h3>
<label for="Q5">Language</label>
<label for="Q5">What period of history are you most interested in exploring?</label>
<select class="dropdown" name="languages" id="Q5" required>
<option value="none" selected disabled hidden>--Select an Option--</option>
<option value="Pre-Ancient History">Pre-Ancient History (before CE)</option>
Expand Down
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ form button:active {
padding: 8px 0;
padding-right: 30px;
color: #333;
outline: none;
border: none;
border-bottom: 1px solid black;
}
.input-wrapper {
Expand Down

0 comments on commit 336fb22

Please sign in to comment.