Answers for "bootstrap place button on 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
0

bootstrap pull button right

/*bootstrap version > 4 use: */ 
class="float-right"

/*bootstrap version < 4 use: */ 
class="pull-right"
Posted by: Guest on October-01-2021

Code answers related to "bootstrap place button on right"

Browse Popular Code Answers by Language