Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
<script defer src="script.js"></script>
<title>Quiz App</title>
</head>
<body>
<div class="container">
<body body style="background-image: url(https://i0.wp.com/www.campuzine.com/wp-content/uploads/2022/02/IMG_20210423_155654_239.jpg?fit=611%2C320&ssl=1&w=640);
background-repeat: none; background-size: cover"></body>
<div class="container" style=
"background-image: url(https://t4.ftcdn.net/jpg/01/97/92/77/360_F_197927767_MISwwnukYrfEH7BoyWazNXLS2p32Plcb.jpg);
background-repeat: none;
">
<div id="question-container" class="hide">
<div id="question">Question</div>
<div id="answer-buttons" class="btn-grid">
Expand All @@ -20,7 +24,7 @@
</div>
</div>
<div class="controls">
<button id="start-btn" class="start-btn btn">Start</button>
<button id="start-btn" class="start-btn btn">Let's play</button>
<!-- change "NEXT" to "Proceed" by bhaskar -->
<button id="next-btn" class="next-btn btn hide">Proceed</button>
</div>
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
font-family: Gotham Rounded;
}


:root {
--hue-neutral: 200;
--hue-wrong: 0;
Expand Down