sass-site/source/code-snippets/_homepage-operators-css.md

16 lines
164 B
Markdown
Raw Normal View History

2013-02-24 07:04:16 +01:00
```css
.container {
width: 100%;
}
article[role="main"] {
float: left;
width: 62.5%;
}
aside[role="complimentary"] {
float: right;
width: 31.25%;
}
```