diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-05-17 09:03:45 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-05-17 09:03:45 +0200 |
commit | d4bd3ad4a869c87fcfa4f83b42555a6c8e1bc746 (patch) | |
tree | 74cbfcd6ff623e272be389dd7d40d8e45d1f96d5 /Holy Grail Layout.md | |
parent | 78211f96953bc1a63570f2430cee4ad92c841ce4 (diff) |
vault backup: 2025-05-17 09:03:45
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 |