Skip to content

Instantly share code, notes, and snippets.

@mathewsanders
Created February 20, 2016 17:19
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 mathewsanders/0709cd9d0eb308b65761 to your computer and use it in GitHub Desktop.
Save mathewsanders/0709cd9d0eb308b65761 to your computer and use it in GitHub Desktop.
Design in the browser, activity 3: cafe card extract
<div class="cafe-card">
<h1>Daily Press</h1>
<p class="description">Airy neighborhood coffee house with daily roasted espresso & drip coffee, plus bagels & pastries.</p>
<dl class="address">
<dt>Address</dt>
<dd>505 Franklin Ave, Brooklyn, NY 11238</dd>
</dl>
<div class="map"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment