Skip to content

Instantly share code, notes, and snippets.

@atstyle
Created January 23, 2014 05:36
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 atstyle/8573449 to your computer and use it in GitHub Desktop.
Save atstyle/8573449 to your computer and use it in GitHub Desktop.
Bootstrap 3.0で左Sidebar
<div class="row">
<div class="col-md-9 col-md-push-3">.col-md-9 .col-md-push-3</div>
<div class="col-md-3 col-md-pull-9">.col-md-3 .col-md-pull-9</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment