Advertisement
Guest User

html

a guest
Oct 17th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.89 KB | None | 0 0
  1. <section class="section border-0 m-0" style="background-image: url("img/demos/seo/backgrounds/background-1.jpg"); background-size: cover; background-position: center;">
  2.     <div class="container position-relative py-5" style="min-height: 643px;" id="home">
  3.         <div class="row align-items-center py-5">
  4.             <div class="col-lg-6 pt-4 pt-lg-0 mt-5 mt-lg-0 mb-5 mb-lg-0">
  5.                 <div class="appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="400">
  6.                     <h1 class="mb-4 mb-md-0 mb-xl-3" data-plugin-float-element data-plugin-options="{'startPos': 'none', 'speed': 1, 'transition': true, 'horizontal': false}"><strong>Start growing your business</strong> through better SEO today</h1>
  7.                 </div>
  8.                 <div class="appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="600">
  9.                     <p class="text-4 mb-5 mb-md-2" data-plugin-float-element data-plugin-options="{'startPos': 'none', 'speed': 0.5, 'transition': true, 'horizontal': false}">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dumm.</p>
  10.                 </div>
  11.                 <div class="appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="800">
  12.                     <a data-hash data-hash-offset="95" href="#pricing" class="btn btn-primary btn-outline btn-rounded font-weight-semibold text-4 btn-px-5 btn-py-2" data-plugin-float-element data-plugin-options="{'startPos': 'none', 'speed': 0.3, 'transition': true, 'horizontal': false}">Get Started Now</a>
  13.                 </div>
  14.             </div>
  15.             <div class="col-lg-6 text-center mt-5 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="550">
  16.                 <img src="img/demos/seo/seo-charts.png" class="img-fluid" alt="" data-plugin-float-element data-plugin-options="{'startPos': 'none', 'speed': 8, 'transition': true, 'horizontal': true}" />
  17.             </div>
  18.         </div>
  19.     </div>
  20. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement