Skip to content

Instantly share code, notes, and snippets.

@qagoose
Created April 22, 2018 18:24
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 qagoose/b05f32960904c98734465a5cbf6aa7f7 to your computer and use it in GitHub Desktop.
Save qagoose/b05f32960904c98734465a5cbf6aa7f7 to your computer and use it in GitHub Desktop.
<html>
<body>
<div id="products">
<div>
<p class="item-name">Product 1</p>
<p class="item-price">£5.50</p>
</div>
<div>
<p class="item-name">Product 2</p>
<p class="item-price">£2.70</p>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment