sass-site/source/code-snippets/_homepage-operators-scss.md
2015-08-14 07:51:12 +02:00

193 B

.container { width: 100%; }


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

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