Bootstrap 3 Tutorial
A jumbotron is a large box that draws extra attention to some exceptional material or information.
A jumbotron appears like a gray box with rounded corners. It also increases the font size of the text within it.
Tip: A jumbotron can contain almost any acceptable HTML, including other Bootstrap elements/classes.
To construct a jumbotron, add a <div> element with the class .jumbotron.
To prevent the jumbotron from extending beyond the screen’s edge, place it inside the <div class=”container”>.
Bootstrap Tutorial
Bootstrap is the most popular HTML, CSS, and JS framework for developing
responsive, mobile-first projects on the web.
This is some text.
This is another text.
To have the jumbotron expand to the screen boundaries, place it outside the <div class=”container”>.
Bootstrap Tutorial
Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive,
mobile-first projects on the web.
This is some text.
This is another text.
A page header functions similarly to a section separator.
The .page-header class adds a horizontal line under the title and some more space around the element.
To construct a page header, use a <div> element with the class .page-header.
Example Page Header
CodingAsk.com is designed for learning and practice. Examples may be made simpler to aid understanding. Tutorials, references, and examples are regularly checked for mistakes, but we cannot guarantee complete accuracy. By using CodingAsk.com, you agree to our terms of use, cookie, and privacy policy.
Copyright 2010-2024 by Refsnes Data. All Rights Reserved.