Skip to content

Instantly share code, notes, and snippets.

@rdallaire
Created December 26, 2014 18:52
Show Gist options
  • Save rdallaire/0f35b5a9973fbeba91b9 to your computer and use it in GitHub Desktop.
Save rdallaire/0f35b5a9973fbeba91b9 to your computer and use it in GitHub Desktop.
<div class="product">
<a href="/my-product">
<h2 class="name">My Product</h2>
<img src="myproduct.jpg" alt="My Product">
</a>
<span class="price">$5.99</span>
<span class="description">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rem iusto praesentium tempore iste nemo a non perferendis molestiae architecto distinctio!</span>
<button>Add to Cart</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment