| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <section id="carousel" data-transition="slide">
- <header data-title="Carousel">
- <nav class="box">
- <a href="#back" data-router="section" data-label="back"></a>
- </nav>
- </header>
- <article id="carousel-article" class="indented">
- <div data-control="carousel" class="carousel">
- <div>
- <div align="center">
- <img src="http://lorempixel.com/256/128/food/">
- <p>Example of carousel</p>
- </div>
- <div align="center">
- <img src="http://lorempixel.com/256/128/sports/">
- <p>Example of carousel</p>
- </div>
- <div align="center">
- <img src="http://lorempixel.com/256/128/people/">
- <p>Example of carousel</p>
- </div>
- <div align="center">
- <img src="http://lorempixel.com/256/128/abstract/">
- <p>Example of carousel</p>
- </div>
- <div align="center">
- <img src="http://lorempixel.com/256/128/city/">
- <p>Example of carousel</p>
- </div>
- <div align="center">
- <img src="http://lorempixel.com/256/128/transport/">
- <p>Example of carousel</p>
- </div>
- <div align="center">
- <img src="http://lorempixel.com/256/128/nature/">
- <p>Example of carousel</p>
- </div>
- <div align="center">
- <img src="http://lorempixel.com/256/128/fashion/">
- <p>Example of carousel</p>
- </div>
- <div align="center">
- <img src="http://lorempixel.com/256/128/technics/">
- <p>Example of carousel</p>
- </div>
- </div>
- </div>
- </article>
- </section>
|