Book Image

Bootstrap for Rails

By : Syed F Rahman
Book Image

Bootstrap for Rails

By: Syed F Rahman

Overview of this book

Table of Contents (18 chapters)
Bootstrap for Rails
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Bootstrap jumbotrons


Jumbotron is another useful component in Bootstrap. It's used to display large catchy headlines in a webpage. It's especially used while creating landing pages. Here's an example of a jumbotron class:

<div class="jumbotron">
  <h1>What an amazing life it is!</h1>
  <a href="#" class="btn btn-primary">Read more</a>
</div>

A jumbotron class comes with a different set of styles for heading tags and buttons. You will see the difference in font sizes of the text inside and outside the jumbotron component. The preceding code produces the following in a browser: