Posted in bootstrap
1246
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
48
This Month
147
This Year
125

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Code
Search Code by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
Most people can do absolutely awe-inspiring things,” he said. “Sometimes they just need a little nudge.
Unknown
Random CSS Property

:paused

Experimental: This is an experimental technologyCheck the Browser compatibility table carefully before using this in production.
:paused css reference