scroll.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <section id="scroll" data-transition="slide">
  2. <header data-title="Scrolls">
  3. <nav class="box">
  4. <a href="#back" data-router="section" data-label="back"></a>
  5. </nav>
  6. </header>
  7. <article class="active">
  8. <h1 class="one row ">.scroll stylesheet class</h1>
  9. <ul class=" four row scroll anchor">
  10. <img src="http://lorempixel.com/256/128/food/">
  11. <img src="http://lorempixel.com/256/128/sports/">
  12. <img src="http://lorempixel.com/256/128/people/">
  13. <img src="http://lorempixel.com/256/128/technics/">
  14. <img src="http://lorempixel.com/256/128/animals/">
  15. <img src="http://lorempixel.com/256/128/nightlife/">
  16. <img src="http://lorempixel.com/256/128/nature/">
  17. <img src="http://lorempixel.com/256/128/transport/">
  18. <img src="http://lorempixel.com/256/128/city/">
  19. <img src="http://lorempixel.com/256/128/fashion/">
  20. <img src="http://lorempixel.com/256/128/abstract/">
  21. </ul>
  22. <h1 class="one row">.horizontal.scroll stylesheet classes</h1>
  23. <ul class=" four row horizontal scroll">
  24. <img src="http://lorempixel.com/256/128/food/">
  25. <img src="http://lorempixel.com/256/128/sports/">
  26. <img src="http://lorempixel.com/256/128/people/">
  27. <img src="http://lorempixel.com/256/128/technics/">
  28. <img src="http://lorempixel.com/256/128/animals/">
  29. <img src="http://lorempixel.com/256/128/nightlife/">
  30. <img src="http://lorempixel.com/256/128/nature/">
  31. <img src="http://lorempixel.com/256/128/transport/">
  32. <img src="http://lorempixel.com/256/128/city/">
  33. <img src="http://lorempixel.com/256/128/fashion/">
  34. <img src="http://lorempixel.com/256/128/abstract/">
  35. </ul>
  36. </article>
  37. </section>