TalksLab / metro-bootstrap

Twitter Bootstrap with Metro style
http://talkslab.github.io/metro-bootstrap
Apache License 2.0
1.04k stars 362 forks source link

Documentation Suggestion - Show all tile colour variations #33

Closed kb6673 closed 10 years ago

kb6673 commented 10 years ago

It would be useful to see all tile colours available in one place

<ul class="thumbnails">
    <li class="span3 tile tile-double tile-blue">
        <a href="#" >
            <h1 class="tile-text">blue</h1>
        </a>
    </li>
    <li class="span3 tile tile-double tile-green">
        <a href="#" >
            <h1 class="tile-text">green</h1>
        </a>
    </li>
    <li class="span3 tile tile-double tile-red">
        <a href="#" >
            <h1 class="tile-text">red</h1>
        </a>
    </li>
    <li class="span3 tile tile-double tile-yellow">
        <a href="#" >
            <h1 class="tile-text">yellow</h1>
        </a>
    </li>
   <li class="span3 tile tile-double tile-orange">
        <a href="#" >
            <h1 class="tile-text">orange</h1>
        </a>
    </li>
   <li class="span3 tile tile-double tile-pink">
        <a href="#" >
            <h1 class="tile-text">pink</h1>
        </a>
    </li>
    <li class="span3 tile tile-double tile-purple">
        <a href="#" >
            <h1 class="tile-text">purple</h1>
        </a>
    </li>
    <li class="span3 tile tile-double tile-lime">
        <a href="#" >
            <h1 class="tile-text">lime</h1>
        </a>
    </li>
    <li class="span3 tile tile-double tile-magenta">
        <a href="#" >
            <h1 class="tile-text">magenta</h1>
        </a>
    </li>
    <li class="span3 tile tile-double tile-teal">
        <a href="#" >
            <h1 class="tile-text">teal</h1>
        </a>
    </li>
</ul>