Skip to content

Instantly share code, notes, and snippets.

@razbakov
Created February 19, 2013 15:52
Show Gist options
  • Save razbakov/4987082 to your computer and use it in GitHub Desktop.
Save razbakov/4987082 to your computer and use it in GitHub Desktop.
<style>
#page {
display: table-row;
}
#left, #right {
display: table-cell;
background: #333;
padding: 10px;
color: #000;
width: 500px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment