Skip to content

Instantly share code, notes, and snippets.

@brunomichetti
Created August 27, 2019 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunomichetti/441dff45880defcc55d2024e1bfbba64 to your computer and use it in GitHub Desktop.
Save brunomichetti/441dff45880defcc55d2024e1bfbba64 to your computer and use it in GitHub Desktop.
<html>
<head></head>
<body>
<div id="menu_wrapper">
<div id="menu">
<div class="item">
Option 1
</div>
<div class="item">
Option 2
</div>
<div class="item">
Option 3
</div>
</div>
</div>
<div id="content_container">
<div class="name">
ACME Company
</div>
<div class="image">
<img src="https://via.placeholder.com/150" />
<div class="company_description_wrapper">
This is what we do:
<ul>
<li>Service 1</li>
<li>Service 2</li>
<li>Service 3</li>
</ul>
</div>
</div>
</div>
<div style="clear:both"></div>
<div id="footerWrapper">
<div class="opening-time">We open at <span class="bold"> 10:00 </span> every morning
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment