scroll.html 1.7 KB

12345678910111213141516171819202122232425262728293031323334
  1. <section id="scroll" data-transition="slide">
  2. <header data-title="Scrolls" data-back="chevron-left"></header>
  3. <article>
  4. <h1>.scroll stylesheet class</h1>
  5. <ul class="scroll" style="height: 164px;">
  6. <img src="http://lorempixel.com/320/164/food/">
  7. <img src="http://lorempixel.com/320/164/sports/">
  8. <img src="http://lorempixel.com/320/164/people/">
  9. <img src="http://lorempixel.com/320/164/technics/">
  10. <img src="http://lorempixel.com/320/164/animals/">
  11. <img src="http://lorempixel.com/320/164/nightlife/">
  12. <img src="http://lorempixel.com/320/164/nature/">
  13. <img src="http://lorempixel.com/320/164/transport/">
  14. <img src="http://lorempixel.com/320/164/city/">
  15. <img src="http://lorempixel.com/320/164/fashion/">
  16. <img src="http://lorempixel.com/320/164/abstract/">
  17. </ul>
  18. <h1>.horizontal.scroll stylesheet classes</h1>
  19. <ul class="horizontal scroll" style="height: 164px;">
  20. <img src="http://lorempixel.com/320/164/food/">
  21. <img src="http://lorempixel.com/320/164/sports/">
  22. <img src="http://lorempixel.com/320/164/people/">
  23. <img src="http://lorempixel.com/320/164/technics/">
  24. <img src="http://lorempixel.com/320/164/animals/">
  25. <img src="http://lorempixel.com/320/164/nightlife/">
  26. <img src="http://lorempixel.com/320/164/nature/">
  27. <img src="http://lorempixel.com/320/164/transport/">
  28. <img src="http://lorempixel.com/320/164/city/">
  29. <img src="http://lorempixel.com/320/164/fashion/">
  30. <img src="http://lorempixel.com/320/164/abstract/">
  31. </ul>
  32. </article>
  33. </section>