June 2017
Beginner to intermediate
338 pages
9h 2m
English
<style> .col { flex-grow: 0; }</style><div class="container"> <h2 class="mt-5">Recipe 08-03: Adding Any Number of Columns with Flexbox</h2> <p class="mt-4">In this recipe we will look at using the flexbox grid to create layouts that were not possible in earlier versions of Bootstrap.</p> <p class="mt-4">With the flexbox grid, you can add any arbitrary number of columns to your rows.</p></div><!-- /.container --><div class="container-fluid d-flex flex-column"><div class="row bg-faded justify-content-center"> <%- partial("partial/_five-cols") %></div><div class="row bg-warning justify-content-start"> <%- partial("partial/_seven-cols") %></div><div class="row ...Read now
Unlock full access