Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.75 KB | None | 0 0
  1.  
  2.     <section id="parallax">
  3.         <div class="container">
  4.             <div class="row">
  5.                 <div class="col-12 section-header text-center">
  6.                     <h2><span>Parallax</span> section</h2>
  7.                     <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Similique quia minima maiores.</p>
  8.                 </div>
  9.             </div>
  10.             <div class="row">
  11.                 <div class="col-12">
  12.                     <div id="scene" class="scene">
  13.                           <div class="layer" id="layer-1" data-depth="0.70"><img src="img/parallax/android.jpg" alt=""></div>
  14.                           <div class="layer" id="layer-2" data-depth="1.20"><img src="img/parallax/huawei.jpg" alt=""></div>
  15.                           <div class="layer" id="layer-3" data-depth="1.50"><img src="img/parallax/lg.jpg" alt=""></div>
  16.                     </div>
  17.                 </div>
  18.             </div>
  19.         </div>
  20.     </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement