Skip to content

Instantly share code, notes, and snippets.

@cahnory
Created September 13, 2012 17:01
Show Gist options
  • Save cahnory/3715818 to your computer and use it in GitHub Desktop.
Save cahnory/3715818 to your computer and use it in GitHub Desktop.
HTML product pattern
/**
* HTML product pattern
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
<article class="hproduct">
<!-- Title -->
<hgroup>
<h1 class="fn">Product name</h1>
<h2><a rel="category" class="category" href="#">Category 1</a> | <span class="category">Category 2</span></h2>
</hgroup>
6 jours, 5 nuits
<!-- Price -->
à partir de <abbr class="price" title="1299.95">
<span class="int">1<span class="thMark">'</span>299</span><span style="decMark">,</span><span class="dec">95</span><abbr class="currency" title="EUR">€</abbr>
<span class="tax">ttc</span>
</abbr>
<div class="description">
<p>
Product description
</p>
</div>
</article>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment