container class added to buttons
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
<p id="sInfoId"></p>
|
<p id="sInfoId"></p>
|
||||||
<!-- End of quiz screen-->
|
<!-- End of quiz screen-->
|
||||||
</div>
|
</div>
|
||||||
<div id="controls" class="pt-5">
|
<div id="controls" class="pt-5 container">
|
||||||
<!-- 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