Bs Home

Bootstrap iii Tutorial

Bootstrap is the nigh pop HTML, CSS, as well as JavaScript framework for developing responsive, mobile-first spider web sites.
Bootstrap is completely gratis to download as well as use!

Try it Yourself Examples

This Bootstrap tutorial contains hundreds of Bootstrap examples.
With our online editor, you lot tin edit the code, as well as click on a push clit to sentiment the result.
 as well as JavaScript framework for developing responsive BS Home

Bootstrap Example

<div class="jumbotron text-center">
  <h1>My First Bootstrap Page</h1>
  <p>Resize this responsive page to encounter the effect!</p>
</div>

<div class="container">
  <div class="row">
    <div class="col-sm-4">
      <h3>Column 1</h3>
      <p>Lorem ipsum dolor..</p>
      <p>Ut enim ad..</p>
    </div>
    <div class="col-sm-4">
      <h3>Column 2</h3>
      <p>Lorem ipsum dolor..</p>
      <p>Ut enim ad..</p>
    </div>
    <div class="col-sm-4">
      <h3>Column 3</h3>
      <p>Lorem ipsum dolor..</p>
      <p>Ut enim ad..</p>
    </div>
  </div>
</div>
Click on the "Try it Yourself" push clit to encounter how it works.

Comments

Popular posts from this blog

What Are The Main Components of a Computer System

Top Qualities To Look For In An IT Support Team

How To Integrate Google Adwords Api Into Codeigniter?