Guest User

Untitled

a guest
May 24th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. .container { width: 100%; }
  2.  
  3.  
  4. article[role="main"] {
  5. float: left;
  6. width: 600px / 960px * 100%;
  7. }
  8. aside[role="complementary"] {
  9. float: right;
  10. width: 300px / 960px * 100%;
  11. }
Add Comment
Please, Sign In to add comment