Skip to content

Commit

Permalink
New changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaNwaizu committed Jan 30, 2024
1 parent caa01fb commit 5681eb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,18 @@ <h1>FE-quiz</h1>

<section class="section grid html-home">
<div class="home__container container">
<span id="show-text" class="show__text">Remember to control Dark and Light mode fom this page</span>

<div class="home__hero">
<span id="show-text" class="show__text">
<b>NOTE</b> : You can only control Dark and Light mode from this page.</span>
<h1 class="home__title">Welcome to the <span>Frontend Quiz</span></h1>
<p class="home__description">
Unlock the secrets of frontend skill in our quick quiz!
Test your HTML, CSS, and JavaScript prowess,
and level up your skills with each question.</p>
</div>


<div class="home__options">
<div class="option__list">
<span><i class="ri-html5-line"></i></span>
Expand All @@ -49,7 +51,7 @@ <h1 class="home__title">Welcome to the <span>Frontend Quiz</span></h1>
</div>
</div>


</section>
</main>

Expand Down

0 comments on commit 5681eb7

Please sign in to comment.