Skip to content

Instantly share code, notes, and snippets.

@najamsk
Last active August 29, 2015 14:02
Show Gist options
  • Save najamsk/bc228743b744ed3701e8 to your computer and use it in GitHub Desktop.
Save najamsk/bc228743b744ed3701e8 to your computer and use it in GitHub Desktop.
A Pen by najam awan.
<div class="a">hello from A</div>
<div class="b"></div>
.a{background:yellow; float:left;}
.b{background:pink; padding: 50px; border:1px solid red;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment