| 12345678910111213141516171819202122232425262728293031323334 |
- <section id="scroll" data-transition="slide">
- <header data-title="Scrolls" data-back="home"></header>
- <article class="active">
- <h1 class="one row ">.scroll stylesheet class</h1>
- <ul class="four row scroll anchor">
- <img src="http://lorempixel.com/256/128/food/">
- <img src="http://lorempixel.com/256/128/sports/">
- <img src="http://lorempixel.com/256/128/people/">
- <img src="http://lorempixel.com/256/128/technics/">
- <img src="http://lorempixel.com/256/128/animals/">
- <img src="http://lorempixel.com/256/128/nightlife/">
- <img src="http://lorempixel.com/256/128/nature/">
- <img src="http://lorempixel.com/256/128/transport/">
- <img src="http://lorempixel.com/256/128/city/">
- <img src="http://lorempixel.com/256/128/fashion/">
- <img src="http://lorempixel.com/256/128/abstract/">
- </ul>
- <h1 class="one row">.horizontal.scroll stylesheet classes</h1>
- <ul class=" four row horizontal scroll">
- <img src="http://lorempixel.com/256/128/food/">
- <img src="http://lorempixel.com/256/128/sports/">
- <img src="http://lorempixel.com/256/128/people/">
- <img src="http://lorempixel.com/256/128/technics/">
- <img src="http://lorempixel.com/256/128/animals/">
- <img src="http://lorempixel.com/256/128/nightlife/">
- <img src="http://lorempixel.com/256/128/nature/">
- <img src="http://lorempixel.com/256/128/transport/">
- <img src="http://lorempixel.com/256/128/city/">
- <img src="http://lorempixel.com/256/128/fashion/">
- <img src="http://lorempixel.com/256/128/abstract/">
- </ul>
- </article>
- </section>
|