Skip to content

Instantly share code, notes, and snippets.

@szmeku
Created October 14, 2013 22:17
Show Gist options
  • Save szmeku/6983172 to your computer and use it in GitHub Desktop.
Save szmeku/6983172 to your computer and use it in GitHub Desktop.
<h1>Header</h1>
<h2>Header</h2>
<h3>Header</h3>
<h4>Header</h4>
<p class="text-left">text left</p>
<p class="text-right">text right</p>
<p class="text-center">text center</p>
<p class="text-center">
<strong> strong text </strong>
</p>
<div class="row">
<div class="col-lg-4"> 4 cols </div>
<div class="col-lg-4"> 4 cols </div>
<div class="col-lg-4"> 4 cols </div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment