Skip to content

Instantly share code, notes, and snippets.

@robertcoopercode
Created October 27, 2017 17:50
Show Gist options
  • Save robertcoopercode/758b34289e8403a51ebb7d0f5a353ca6 to your computer and use it in GitHub Desktop.
Save robertcoopercode/758b34289e8403a51ebb7d0f5a353ca6 to your computer and use it in GitHub Desktop.
.container {
width: 100%;
}
article[role="main"] {
float: left;
width: 600px / 960px * 100%;
}
aside[role="complementary"] {
float: right;
width: 300px / 960px * 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment