Answers for "bootstrap show button to right"

1

move button to right bootstrap

<!-- Create a div with class text-right and add a button inside that div -->
<div class="text-right">
    <input type="button" class="btn btn-info" value="Next">
</div>
Posted by: Guest on June-03-2021

Code answers related to "bootstrap show button to right"

Browse Popular Code Answers by Language