Responsive Product Card Html Css Codepen Review
.product-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px 10px 0 0; }
.product-info span { font-size: 18px; font-weight: bold; color: #333; } responsive product card html css codepen
.product-info { text-align: center; }
