April 2018
Beginner
368 pages
7h 37m
English
Now that we understand how to use Bootstrap, we can start to use other components in Bootstrap's library:
<!-- HERO SECTION --> <div class="hero position-relative overflow-hidden d-flex align-items-center"> <div class="container"> <div class="col-md-7 my-auto"> <p class="lead font-weight-normal">13.05.17</p> <h1 class="display-2 font-weight-normal custom-font-title">WAKEFIELD PARK</h1> <a class="btn btn-primary" href="#">Book now</a> </div> </div> </div><!-- END HERO SECTION -->
Let me explain the preceding piece of code a bit.
For the first div it is as follows: