Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Mar 18, 2019
2 parents 99c3610 + 8e07608 commit 006aaa8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ <h2>Blockquote</h2>
Use this to emphasize a quote
<footer>&mdash; Author Name, Publication</footer>
</blockquote>
<h2>Aside</h2>
<aside>
Use this to emphasize a content related to the main content.
</aside>
<p>main content</p>
<h2>Keyboard</h2>
<p>Sometimes you want to let people know they should press a keyboard command like <kbd>ctrl + l</kbd>.</p>
<h2>Images</h2>
Expand Down
5 changes: 5 additions & 0 deletions scss/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ section {
width: 50 * $em;
}

aside {
float: right;
width: 285px;
}

article,
header,
footer {
Expand Down

0 comments on commit 006aaa8

Please sign in to comment.