Skip to content

Instantly share code, notes, and snippets.

View jegazhu's full-sized avatar
🏠
Working from home

Jaime Gaspar jegazhu

🏠
Working from home
View GitHub Profile
@jegazhu
jegazhu / ecommerce-product-list-grid.markdown
Created April 20, 2019 16:52
Ecommerce product list/grid

Ecommerce product list/grid

Simple html/css ecommerce product grid with a hover effect.

A Pen by Ricard on CodePen.

License.

@jegazhu
jegazhu / index.html
Last active April 20, 2019 16:59
Interactive eCommerce card with gallery
<div class="container page-wrapper">
<div class="page-inner">
<div id="gallery-list" class="row">
<div class="gallery">
<div class="slider-wrapper">
<div class="product-info d-flex">
<span class="product-name">Zip wallet</span>
<span class="product-price">$162</span>
<p class="product-description">Zip Wallet. Volume Two</p>
</div>
@jegazhu
jegazhu / clean-and-simple-responsive-website.markdown
Created April 20, 2019 17:32
Clean and simple responsive website