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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This repo is made to practice in parallel with the speakers.
This repo is made to practice in parallel with the speakers.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<script defer src="script.js"></script>
<title>Quiz App</title>
</head>
<body>
<div class="container">
<body style="background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTuvh3AVeRZhTFHBvugtaJUmv8NwXU1P4OCvQ&usqp=CAU); background-repeat: none; background-size: cover;">
<div class="container" style="background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTi73KhoE6Gt-8b5vUlEaN9XbYHksY715HZlDyFJjUnmur1zldbecMRf2kaAtMVieg2AfY&usqp=CAU);">
<div id="question-container" class="hide">
<div id="question">Question</div>
<div id="answer-buttons" class="btn-grid">
Expand All @@ -20,7 +20,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 GO</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 temp.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hello this is ankit