Bootstrap 3 Tutorial - shahzade baujiti

Breaking

Monday, April 22, 2019

Bootstrap 3 Tutorial

TUTORIAL HOME
Bootstrap 3 Tutorial
❮ Home Next ❯
Bootstrap is the most popular HTML, CSS, and JavaScript framework for developing responsive, mobile-first web sites.

Bootstrap is completely free to download and use!

Start learning Bootstrap now »

Learn Bootstrap

Examples
This Bootstrap tutorial contains hundreds of Bootstrap examples.

With our online editor, you can edit the code, and click on a button to view the result.

Bootstrap Example
<div class="jumbotron text-center">
  <h1>My First Bootstrap Page</h1>
  <p>Resize this responsive page to see 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 "" button to see how it works.

Bootstrap Quiz Test
Test your Bootstrap skills at Omegas!

Start Bootstrap Quiz!

Bootstrap References
At Omegas you will find a complete Bootstrap reference of all CSS classes, Components, and JavaScript plugins - all with "" examples:

Complete List of All Bootstrap ClassesPopular

Bootstrap CSS Text/Typography
Bootstrap CSS Buttons
Bootstrap CSS Forms
Bootstrap CSS Helpers
Bootstrap CSS Images
Bootstrap CSS Tables

Bootstrap Components Dropdowns
Bootstrap Components Navs
Bootstrap Components Glyphicons

Bootstrap JS Affix
Bootstrap JS Alert
Bootstrap JS Button
Bootstrap JS Carousel
Bootstrap JS Collapse
Bootstrap JS Dropdown
Bootstrap JS Modal
Bootstrap JS Popover
Bootstrap JS Scrollspy
Bootstrap JS Tab
Bootstrap JS Tooltip
Bootstrap Themes / Templates
We have made some Bootstrap Templates you can play around with. They are completely free to use:


Browse Themes


Browse Basic Templates

Did You Know?
W3.CSS is an alternative to Bootstrap.

W3.CSS is smaller, faster, and easier to use.

If you want to learn W3.CSS, go to our W3.CSS Tutorial.


❮ Home Next ❯

No comments:

Post a Comment