This file contains 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="uk-grid uk-grid-medium"> | |
<div class="uk-width-small-1-1 uk-width-medium-1-2" style="margin-bottom: 20px;"> | |
<div class="uk-panel" style="background-image: url('/wp-content/uploads/2016/03/collection-1.jpg'); background-repeat: no-repeat; background-size: cover; height: 180px; border: 10px solid white;"> | |
<p style="font-size: 26px; font-family: 'Maven Pro'; color: #727272; text-transform: uppercase; margin-top: 50px; margin-left: 50px; margin-bottom: 28px;"> | |
women collection | |
</p> | |
<a href="/product-category/women/" class="tt-help-booton">view category</a> | |
</div> | |
</div> | |
<div class="uk-width-small-1-1 uk-width-medium-1-2" style="margin-bottom: 20px;"> | |
<div class="uk-panel" style="background-image: url('/wp-content/uploads/2016/03/collection-2.jpg'); background-repeat: no-repeat; background-size: cover; height: 180px; border: 10px solid white;"> | |
<p style="font-size: 26px; font-family: 'Maven Pro'; color: #727272; text-transform: uppercase; margin-top: 50px; margin-left: 50px; margin-bottom: 28px;"> | |
men collection | |
</p> | |
<a href="/product-category/men/" class="tt-help-booton">view category</a> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment