You can use the w-100 class on the h3.modal-title element along with text-center.
<div class="modal-header text-center">
<h3 class="modal-title w-100">Quiz Results</h3>
</div>
You can use the w-100 class on the h3.modal-title element along with text-center.
<div class="modal-header text-center">
<h3 class="modal-title w-100">Quiz Results</h3>
</div>