Skip to content

Instantly share code, notes, and snippets.

@imrizzy
Created July 27, 2016 02:52
Show Gist options
  • Save imrizzy/b3c678b1f6136665f9d622c29ea8e1ec to your computer and use it in GitHub Desktop.
Save imrizzy/b3c678b1f6136665f9d622c29ea8e1ec to your computer and use it in GitHub Desktop.
Practice 3
<body>
<div class="container">
<div class="menu">
<ul>
<li><a href="#home">HOME</a></li>
<li><a href="#menu">MENU</a></li>
<li><a href="#reservations">RESERVATIONS</a></li>
</ul>
</div>
<img class="logo" src="http://www.norahrestaurant.com/assets/img/logo.png">
<div class="clear">
</div>
<img class="hero" src="http://www.norahrestaurant.com/assets/img/norah-2.jpg">
<div class="clear">
</div>
</div>
<div class="contact">
<p>
<span>
8279 SANTA MONICA BOULEVARD, WEST HOLLYWOOD, CALIFORNIA 90046
</span>
<br>
<a href="mailto:INFO@NORAHRESTAURANT.COM">info@norahrestaurant.com</a>
<br>
323-450-4211
</p>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment