sass-site/source/code-snippets/_homepage-operators-css.md
2013-02-23 22:04:16 -08:00

15 lines
163 B
Markdown

```css
.container {
width: 100%;
}
article[role="main"] {
float: left;
width: 62.5%;
}
aside[role="complimentary"] {
float: right;
width: 31.25%;
}
```