Skip to content

Instantly share code, notes, and snippets.

@vpodk
Last active April 20, 2020 01:32
Show Gist options
  • Save vpodk/6bb3a1d5dbc4bd8258136a89f2cf8f63 to your computer and use it in GitHub Desktop.
Save vpodk/6bb3a1d5dbc4bd8258136a89f2cf8f63 to your computer and use it in GitHub Desktop.
Clean Application — Flexible Box Layout
<body>
<header>Header</header>
<div id="main">
<article>Content</article>
<aside>Left sidebar</aside>
<aside>Right sidebar</aside>
</div>
<footer>Footer</footer>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment