Skip to content

Instantly share code, notes, and snippets.

@illepic
Created September 21, 2012 01:50
Show Gist options
  • Save illepic/3759348 to your computer and use it in GitHub Desktop.
Save illepic/3759348 to your computer and use it in GitHub Desktop.
sass
<div class="container">
<div class="row">
<div class="span4 sidebar">
<h1>Hello, world!</h1>
</div>
<div class="span8">
<button type="button" class="btn btn-success">this is a button</button>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment