Skip to content

Instantly share code, notes, and snippets.

@Gioni06
Created November 3, 2019 19:32
Show Gist options
  • Save Gioni06/e07602707f9c7ffc2e991ca33d67d13d to your computer and use it in GitHub Desktop.
Save Gioni06/e07602707f9c7ffc2e991ca33d67d13d to your computer and use it in GitHub Desktop.
<div class="grid">
<div class="header">Header</div>
<div class="sidebar">
<h4>Sidebar</h4>
<ul>
<li>
<a href="#">Sidebar-Item</a>
</li>
<li>
<a href="#">Sidebar-Item</a>
</li>
<li>
<a href="#">Sidebar-Item</a>
</li>
</ul>
</div>
<div class="content">
<h4>Content Area</h4>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et</p>
</div>
<div class="footer">Footer</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment