| 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 big">default</a>
- <a href="#" class="button big disabled">disabled</a>
- <a href="#" class="button big red">red</a>
- <a href="#" class="button big lightgreen">lightgreen</a>
- <a href="#" class="button big green">green</a>
- <a href="#" class="button big blue">blue</a>
- <a href="#" class="button big arcticblue">articblue</a>
- <a href="#" class="button big orange">orange</a>
- <a href="#" class="button big magenta">magenta</a>
- <a href="#" class="button big pink">pink</a>
- <a href="#" class="button big yellow">yellow</a>
- <a href="#" class="button big twitter">twitter</a>
- <a href="#" class="button big facebook">facebook</a>
- </div>
- </article>
- </section>
|