Creating the contact section
Similar to our previous sections, we will add another section where id="contact"
. Before we write the code, let's look at what we are going to create:

Let's create a section tag where id="contact"
. We have added both the content-section
and text-center
classes to it, as we have done for the other sections. Here is the code for our contact
section:
<section id="contact" class="content-section text-center"> <div class="row"> <div class="col-lg-10 offset-lg-1 col-xl-8 offset-xl-2"> <h2>Contact Digital Agency</h2> <p>Feel free to shoot us an email any time for any reason. You can also follow us on Twitter, Facebook and Google+</p> <p>[email protected]</p> <ul class="list-inline banner-social-button"> <li class="list-inline-item"> <a href="#" class="btn btn-light btn-lg"> <i class="fa fa-twitter fa-fw...