web123456

CSS implements three buttons on the left, center and right respectively

<div style="text-align: center;"> <button style="float: left;" class="btn btn-primary">Left Button</button> <button class="btn btn-primary">Center Button</button> <button style="float: right;" class="btn btn-primary">Right Button</button> </div>