mirror of
https://github.com/danog/sass-site.git
synced 2024-12-11 08:59:51 +01:00
16 lines
164 B
Markdown
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%;
|
|
}
|
|
```
|