Skip to content

Instantly share code, notes, and snippets.

@najamsk
Last active August 29, 2015 14:02
Show Gist options
  • Save najamsk/7ea509f976593e6c40ec to your computer and use it in GitHub Desktop.
Save najamsk/7ea509f976593e6c40ec to your computer and use it in GitHub Desktop.
A Pen by najam awan.
<div class="a">sidebar</div>
<div class="b">my main content</div>
.a{float:left; margin: 0 50px 0 0; background:red; padding:20px 0 0 20px; width:200px;}
.b{overflow:hidden; background:yellow;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment