Skip to content

Instantly share code, notes, and snippets.

@lscott3
Created February 13, 2013 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lscott3/4942477 to your computer and use it in GitHub Desktop.
Save lscott3/4942477 to your computer and use it in GitHub Desktop.
Column example
<!-- this is an example using the bootstrap grid -->
<div class='span12'>
<div class='row'>
<div class='span4'>
<!-- this is where the logo markup would go -->
</div>
<div class='span6'>
<!-- this is where the slogan markup would go -->
</div>
<div class='2'>
<!-- this is where the contact info would go -->
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment