Home screen section - section This section layout represents the home screen at top of the page. Texts and image are aligned at center. CODE Here is the HTML code to obtain it. Embed it within the main tag. Replace texts and buttons by yours. HTML Section - Home <!-- Begin of home section --> <div class="section section-home fullheight landing-home" data-section="home" id="home"> <!-- Begin of section wrapper --> <div class="section-wrapper home-padding"> <!-- content --> <div class="section-content anim text-center"> <!-- title and description --> <div class="title-desc"> <h2 class="display-3 display-title"> <strong> <span class="line-block sr-up-td2">Landing Page</span> </strong> </h2> <h4 class="sr-up-td3">We built this template to help you create modern and beautiful marketing page. </h4> </div> <!-- Action button --> <div class="btns-action"> <span class="inline-block sr-up-td5"> <a class="btn btn-white btn-shadow btn-round no-border" href="#services"> <span class="txt text-gradient-primary"> <strong>Get it now</strong> </span> </a> </span> <span class="inline-block sr-up-td6"> <a class="btn btn-outline-white btn-round" href="#services"> Features </a> </span> </div> <!-- illustration --> <div class="illustr-center mt-4 margin-out-illustr"> <img class="img" src="img/laptop.png" alt="Home page section"> </div> </div> </div> <!-- End of section wrapper --> </div>