Skip to content

Instantly share code, notes, and snippets.

@willpracht
Created January 23, 2014 21:31
Show Gist options
  • Save willpracht/8587218 to your computer and use it in GitHub Desktop.
Save willpracht/8587218 to your computer and use it in GitHub Desktop.
Fake Flexbox
<section>
<nav></nav>
<article></article>
</section>
<style>
nav{
top: 0;
bottom: 0;
left: 0;
position: absolute;
width: 50px;
}
article{
padding-left: 50px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment