Bootstrap Col Span Code Example


Example 1: bootstrap grid

<div class="container">   <div class="row">     <div class="col-sm">       One of three columns     </div>     <div class="col-sm">       One of three columns     </div>     <div class="col-sm">       One of three columns     </div>   </div> </div>

Example 2: .col-6 bootstrap

.col-6{ 	flex: 0 0 50%; 	max-width: 50%; }

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?