diff --git a/public/css/product.css b/public/css/product.css index 56ac661..a2b5a47 100644 --- a/public/css/product.css +++ b/public/css/product.css @@ -41,6 +41,18 @@ border-color: red; } +.button-close { + color: white; + background-color: darkred; + border-color: darkred; + border-radius: 100px; +} + +.button-close:hover { + background-color: red; + border-color: red; +} + .button-checkout_1 { color: white; background-color: darkred;