Skip to content

Instantly share code, notes, and snippets.

@Proful
Created October 1, 2013 19:36
Show Gist options
  • Select an option

  • Save Proful/6783886 to your computer and use it in GitHub Desktop.

Select an option

Save Proful/6783886 to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
table {
background: blue;
}
.section {
width: 80%;
margin: 0 auto;
border: 1px solid #efe;
}
.product {
border: 1px solid #abc;
float: left;
width: 19%;
}
@media only screen and (max-width: 980px) {
.product {
width: 38%;
}
}
</style>
</head>
<body>
<section class="section group" width='400px'>
<div class="product">
<div class="product-images">
<a href="3_products_sok_en.html"><img src="images/aronia3.jpg" border="0"/></a>
</div>
<div class="product-name">
<a href="3_products_sok_en.html"> Organic Aronia juice - e 3L</a>
</div>
<div align="right" id="cena">Price: <span class="price">11.</span><span class="index-price">80</span><span class="value"> EUR.</span></div>
</div><div class="product">
<div class="product-images">
<a href="3_products_sushena_de.html"><img src="images/fresh1.jpg" border="0"/></a>
</div>
<div class="product-name">
<a href="3_products_sushena_de.html">Bio Aronia - 1 Tonne</a>
</div>
<div align="right" id="cena">Preis: <span class="price">1000.</span><span class="index-price">00</span><span class="value"> EUR.</span></div>
</div><div class="product">
<div class="product-images">
<a href="3_products_sushena_de.html"><img src="images/dryaronia.jpg" border="0"/></a>
</div>
<div class="product-name">
<a href="3_products_sushena_de.html">Getrocknetes Aronia - 1 Tonne</a>
</div>
<div align="right" id="cena">Preis: <span class="price">4590.</span><span class="index-price">00</span><span class="value"> EUR.</span></div>
</div><div class="product">
<div class="product-images">
<a href="3_products_pulver_de.html"><img src="images/aronia_powder.jpg" border="0"/></a>
</div>
<div class="product-name">
<a href="3_products_pulver_de.html">Bio Aronia Pulver - 100g</a>
</div>
<div align="right" id="cena">Preis: <span class="price">1.</span><span class="index-price">20</span><span class="value"> EUR.</span></div>
</div>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment