Created
October 27, 2017 17:50
-
-
Save robertcoopercode/758b34289e8403a51ebb7d0f5a353ca6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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