.product-info p { font-size: 14px; margin-bottom: 20px; }
.product-info { text-align: center; }
.product-info p { font-size: 14px; margin-bottom: 20px; } responsive product card html css codepen
button { background-color: #4CAF50; color: #fff; border: none; padding: 10px 20px; font-size: 16px; cursor: pointer; } .product-info p { font-size: 14px
@media (max-width: 768px) { .product-card { flex-direction: row; align-items: center; } .product-image { width: 30%; height: 150px; } .product-info { width: 70%; text-align: left; } } } .product-info { text-align: center
.product-info span { font-size: 18px; font-weight: bold; color: #333; }
.product-info h2 { font-size: 18px; margin-bottom: 10px; }