diff options
Diffstat (limited to 'Holy Grail Layout.md')
-rw-r--r-- | Holy Grail Layout.md | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Holy Grail Layout.md b/Holy Grail Layout.md index 480556a..a059b27 100644 --- a/Holy Grail Layout.md +++ b/Holy Grail Layout.md @@ -9,16 +9,8 @@ tags: <body> <header>Header</header> <nav>Nav</nav> - <main> - <article>First post</article> - <article>Second post</article> - </main> + <main></main> <aside>Aside</aside> <footer>Footer</footer> </body> -``` - -Main: 1 per page; main contnet -Aside: tangentially related content; complementary -Article: represents a completely standalone piece of content, reusable. -Section: Used if no more specific element exists; should have a heading most of the time.
\ No newline at end of file +```
\ No newline at end of file |