Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

How to make 5 columns in Bootstrap?

You can easily make 5 columns in Bootstrap grid and center it with flexbox utilities.

<div class="row d-flex justify-content-center">
  <div class="col-lg-2 col-md-6">Column 1</div>

  <div class="col-lg-2 col-md-6">Column 2</div>

  <div class="col-lg-2 col-md-6">Column 3</div>

  <div class="col-lg-2 col-md-6">Column 4</div>

  <div class="col-lg-2 col-md-6">Column 5</div>
</div>

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

About

Bootstrap 5 grid is a powerful system for building mobile-first layouts. Make 5 columns in Bootstrap grid and center it with flexbox utilities.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors