sass-site/source/code-snippets/_homepage-operators-scss.md
2016-02-16 10:02:56 +08:00

193 B

.container { width: 100%; }


article[role="main"] {
  float: left;
  width: 600px / 960px * 100%;
}

aside[role="complementary"] {
  float: right;
  width: 300px / 960px * 100%;
}