A Pen by AP Ecom FE on CodePen.
Created
September 19, 2022 15:56
-
-
Save maulvi/8a87d85431caee03b2672ee56258a1fc to your computer and use it in GitHub Desktop.
Minimal Product Block
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
<ul class="tiny-block-grid-1 small-block-grid-2 medium-block-grid-2 large-block-grid-3 prd-blk-minimal"> | |
<li> | |
<a href="#"> | |
<ul> | |
<li> | |
<div class="label color-orange">50% OFF</div> | |
<img src="http://dummyimage.com/600x400/c0c0c0/fff"> | |
</li> | |
<li><strong>Photo book Square</strong><br>Starting at 19.95 | |
<li> | |
</ul> | |
</a> | |
</li> | |
<li> | |
<ul> | |
<li> | |
<div class="label color-green">50% OFF</div> | |
<img src="http://dummyimage.com/600x400/c0c0c0/fff"> | |
</li> | |
<li><strong>Photo book Square</strong><br>Starting at 19.95</li> | |
</ul> | |
</li> | |
<li> | |
<ul> | |
<li><img src="http://dummyimage.com/600x400/c0c0c0/fff"></li> | |
<li><strong>Photo book Square</strong><br>Starting at 19.95</li> | |
</ul> | |
</li> | |
</ul> |
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
<script src="https://cdn-files.cloud/arc/js/jquery.arc.min.js"></script> | |
<script src="https://cdn-files.cloud/arc/js/custom.modernizr.js"></script> | |
<script src="https://cdn-files.cloud/arc/js/arc.discovery.min.js"></script> |
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
<link href="https://cdn-files.cloud/arc/css/arc.discovery.min.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment