Skip to content

Commit

Permalink
New changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaNwaizu committed Jan 22, 2024
1 parent aa45cd4 commit 1a88d8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion html quiz/html-quiz.css
Original file line number Diff line number Diff line change
Expand Up @@ -458,12 +458,15 @@ h4 {
}

@media screen and (min-width: 1024px) {
body {
height: 70vh;
}
.nav {
margin-inline: 4.5rem;
}
.the__game-container {
display: flex;
column-gap: 2rem;
column-gap: 3rem;
}
.progress-and-options,
.html__options {
Expand Down
7 changes: 5 additions & 2 deletions html-quiz.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,12 @@ <h1 class="html__title" id="html-question">A portrait that comically exaggerates
<p class="html__choice-prefix">D</p>
<p class="html__choice-text" data-number="4"></p>
</div>

</div>

</div>
<div class="button">
<button class="btn">
Back to menu
</button>
</div>
</section>
</main>
Expand Down

0 comments on commit 1a88d8e

Please sign in to comment.