Skip to content

Instantly share code, notes, and snippets.

@betul
Created January 31, 2014 11:14
Show Gist options
  • Select an option

  • Save betul/8730214 to your computer and use it in GitHub Desktop.

Select an option

Save betul/8730214 to your computer and use it in GitHub Desktop.
Bootstrap - Microsoft Metro Tiles
<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