<div class="product-card">
<div class="product-image">
<img src="https://placehold.co/300x300/e5e7eb/1f2937?text=Shoe" alt="Product">
<button class="quick-view">Quick View</button>
</div>
<div class="product-info">
<h3>Running Sneakers</h3>
<div class="price">$89.00</div>
<button class="add-btn">Add to Cart</button>
</div>
</div>
Back to Snippets
Product Card with Quick View CSS
Highlight your products with this modern e-commerce card. The "Quick View" button slides up smoothly when the user hovers over the image, which keeps the interface clean until interaction is needed.
263