Bootstrap Question:
Tell me what is the use of Jumbotron in Bootstrap?
Answer:
In bootstrap, Jumbotron is generally used for content that you want to highlight like some slogan or marketing headline etc. in other words it is used to enlarge the size of the headings and to add a margin for landing page content
To use the Jumbotron in Bootstrap
Create a container <div> with the class of .jumbotron
To use the Jumbotron in Bootstrap
Create a container <div> with the class of .jumbotron
Previous Question | Next Question |
How to order columns in Bootstrap? | How do you use Glyphicons in Bootstrap? |