Skip to content

mdbootstrap/bootstrap-how-to-center-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

How to center a button in Bootstrap?

Add class .text-center to the parent div to align any item inside to the center.

<div class="text-center">
  <button type="button" class="btn btn-primary">Centered button</button>
</div>

Much more examples and a detailed description can be found at πŸ“„ Documentation page

About

Learn how to center a button by adding class .text-center to the parent div to align any item inside to the center.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published