| 123456789101112131415161718192021222324 |
- <section id="color" data-transition="slide">
- <header data-title="Colors">
- <nav class="box">
- <a href="#back" data-router="section" data-label="back"></a>
- </nav>
- </header>
- <article class="scroll indented">
- <div>
- <a href="#" class="button anchor">default</a>
- <a href="#" class="button anchor disabled">disabled</a>
- <a href="#" class="button anchor red">red</a>
- <a href="#" class="button anchor lightgreen">lightgreen</a>
- <a href="#" class="button anchor green">green</a>
- <a href="#" class="button anchor blue">blue</a>
- <a href="#" class="button anchor arcticblue">articblue</a>
- <a href="#" class="button anchor orange">orange</a>
- <a href="#" class="button anchor magenta">magenta</a>
- <a href="#" class="button anchor pink">pink</a>
- <a href="#" class="button anchor yellow">yellow</a>
- <a href="#" class="button anchor twitter">twitter</a>
- <a href="#" class="button anchor facebook">facebook</a>
- </div>
- </article>
- </section>
|