padding
This commit is contained in:
@@ -63,13 +63,13 @@
|
|||||||
<!-- Awesome for loop for answers -->
|
<!-- Awesome for loop for answers -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="scoreScreen">
|
<div id="scoreScreen" class="pt-5">
|
||||||
<p id="sInfoName"></p>
|
<p id="sInfoName"></p>
|
||||||
<br>
|
<br>
|
||||||
<p id="sInfoId"></p>
|
<p id="sInfoId"></p>
|
||||||
<!-- End of quiz screen-->
|
<!-- End of quiz screen-->
|
||||||
</div>
|
</div>
|
||||||
<div id="controls">
|
<div id="controls" class="pt-5">
|
||||||
<!-- the things for submit and previous questions -->
|
<!-- the things for submit and previous questions -->
|
||||||
<button onclick="prevQ()" class="btn btn-primary">Previous</button>
|
<button onclick="prevQ()" class="btn btn-primary">Previous</button>
|
||||||
<button onclick="nextQ" class="btn btn-primary">Next</button>
|
<button onclick="nextQ" class="btn btn-primary">Next</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user