A Pen by Balazs Sziklai on CodePen.
Created
December 16, 2015 19:04
-
-
Save zs-sz/fd544b59f74d06cf3030 to your computer and use it in GitHub Desktop.
XXXOrM
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
<div class="product product-akcios"> | |
<h3 class="product-title">Gumibelso nyaklanc</h3> | |
<img alt="ez egy nagyon jo kep" class="product-image" src="http://lorempixel.com/500/300?category=people" alt="" /> | |
<p class="desrpition">leírás leírás leírás leírás leírás</p> | |
<span class="price">115<span class="currency">Euro</span></span> | |
<a href="/kosar/" target="_blank" class="buy-now">Kosárba Vele</a> | |
</div> | |
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
h3 { | |
color: red; | |
} | |
input { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment