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

16 lines
164 B
Markdown

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