bootstrap
  
 Posted in   
       2
       1:45 am, December 11, 2020 
      bootstrap basic grid layout
nice and easy copy and paste for a basic grid layout
HTML
<h2>Small Grid</h2>
<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>
<h2>Auto Grid</h2>
<div class="container">
  <div class="row">
    <div class="col">
      1 of 2
    </div>
    <div class="col">
      2 of 2
    </div>
  </div>
  <div class="row">
    <div class="col">
      1 of 3
    </div>
    <div class="col">
      2 of 3
    </div>
    <div class="col">
      3 of 3
    </div>
  </div>
</div>Small Grid
      One of three columns
    
    
      One of three columns
    
    
      One of three columns
    
  Auto Grid
      1 of 2
    
    
      2 of 2
    
  
      1 of 3
    
    
      2 of 3
    
    
      3 of 3
    
  External Link for bootstrap basic grid layout
View Statistics
            This Week
          
          
            12
          
        
            This Month
          
          
            64
          
        
            This Year
          
          
            0
          
        Add Comment
Other Items in bootstrap
Related Search Terms
Other Categories in Code
    c testing apache apps asp bat bootstrap bootstrap templates core css css grid design elements fancybox fonts foundation framework gimp git html icons ideas images javascript jquery js linux mac nginx node php php functions php simple html dom pi400 python react sections site bugs site documentation sql sqlite sublime svg templates tools virtual box webdev windows wordpress 
  

