From b3f3a1913f15746adc8aa12697b9f4ffa9dd210c Mon Sep 17 00:00:00 2001 From: Matthew Patrick Date: Sun, 21 Nov 2021 13:39:49 +0700 Subject: [PATCH] Added close button style --- public/css/product.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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;