Skip to content

Instantly share code, notes, and snippets.

@mulderp
Last active December 14, 2015 17:58
Show Gist options
  • Save mulderp/5125458 to your computer and use it in GitHub Desktop.
Save mulderp/5125458 to your computer and use it in GitHub Desktop.
centering some divs
.content {
width: 600px;
margin: 0 auto 0;
margin-bottom: 0;
}
.sidebar {
position: fixed;
left: 15px;
top: 15px;
width: 160px;
margin-left: 40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment