mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 02:17:36 +01:00
15 lines
163 B
Markdown
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%;
|
||
|
}
|
||
|
```
|