Created
November 3, 2019 19:32
-
-
Save Gioni06/e07602707f9c7ffc2e991ca33d67d13d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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