From 7d97765daa48c83c58dd24afe7b9f9fc5adcaf61 Mon Sep 17 00:00:00 2001 From: Kelvin Samuel Date: Sat, 25 Sep 2021 20:02:40 +0700 Subject: [PATCH] Modified color and hover button --- product.html | 48 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 42 insertions(+), 6 deletions(-) diff --git a/product.html b/product.html index 08604bb..bcf1b1d 100644 --- a/product.html +++ b/product.html @@ -57,6 +57,42 @@ border-radius: 16px; } + .button-bag{ + color: white; + background-color: darkred; + border-color: darkred; + border-radius: 100px; + } + + .button-bag:hover{ + background-color: red; + border-color: red; + } + + .button-checkout_1{ + color: white; + background-color: darkred; + border-color: darkred; + border-radius: 100px; + } + + .button-checkout_2{ + color: white; + background-color: green; + border-color: green; + border-radius: 100px; + } + + .button-checkout_1:hover{ + background-color: red; + border-color: red; + } + + .button-checkout_2:hover{ + background-color: #0af211; + border-color: #0af211; + } + .modall { display: flex; } @@ -88,11 +124,12 @@ float: right; font-size: 28px; font-weight: bold; + margin-left: 98%; } .close:hover, .close:focus { - color: #000; + color: #ffffff; text-decoration: none; cursor: pointer; } @@ -277,12 +314,12 @@
- +