Posts

Showing posts with the label Jumbotron

Bootstrap 4 Jumbotron Component Installation Process

  Bootstrap 4 Jumbotron Component Installation Process The Bootstrap 4 Jumbotron Component can be added to any section of the template. This post is to explain the process to install the component to header section only. The method requires a copy and paste process, which makes it easy to add the component on any part of the template such as post content. Where to place a jumbotron for header section The HTML markup for jumbotron component should be place inside the  <header>  tag after the  <nav>  tags markup as shown in the example below. Html Code --- --- --- Copy This Code Full Code For The Bootstrap 4 Jumbotron Header This code is to create a jumbotron that occupies the entire horizontal space of your page layout. This jumbotron is more suitable for header as it is applied CSS element of background-image to displ...