Created
January 31, 2014 11:14
-
-
Save betul/8730214 to your computer and use it in GitHub Desktop.
Bootstrap - Microsoft Metro Tiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <div class="row"> | |
| <div class="col-md-12"> | |
| <h1><strong>Bootstrap - Microsoft Metro Tiles</strong></h1> | |
| </div> | |
| </div> | |
| <div class="row"> | |
| <div class="col-sm-4"> | |
| <div class="tile purple"> | |
| <h3 class="title">Purple Tile</h3> | |
| <p>Hello Purple, this is a colored tile.</p> | |
| </div> | |
| </div> | |
| <div class="col-sm-4"> | |
| <div class="tile red"> | |
| <h3 class="title">Red Tile</h3> | |
| <p>Hello Red, this is a colored tile.</p> | |
| </div> | |
| </div> | |
| <div class="col-sm-4"> | |
| <div class="tile orange"> | |
| <h3 class="title">Orange Tile</h3> | |
| <p>Hello Orange, this is a colored tile.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="row"> | |
| <div class="col-sm-4"> | |
| <div class="tile green"> | |
| <h3 class="title">Green Tile</h3> | |
| <p>Hello Green, this is a colored tile.</p> | |
| </div> | |
| </div> | |
| <div class="col-sm-4"> | |
| <div class="tile blue"> | |
| <h3 class="title">Blue Tile</h3> | |
| <p>Hello Blue, this is a colored tile.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment