Created
September 13, 2012 17:01
-
-
Save cahnory/3715818 to your computer and use it in GitHub Desktop.
HTML product pattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* HTML product pattern | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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