diff --git a/product-list.html b/product-list.html index bff728d..7cc59bb 100644 --- a/product-list.html +++ b/product-list.html @@ -22,11 +22,24 @@ border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; } + .card { border-radius: 20px; background-color: #212226; color: white; } + + .btn-product-card { + width: 100%; + background-color: darkred; + border-color: darkred; + border-radius: 10px; + } + + .btn-product-card:hover { + background-color: red; + border-color: red; + } @@ -34,7 +47,8 @@