Skip to content

Instantly share code, notes, and snippets.

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