From 588b303fc4679ad44f54f40be3dbd0de68a88b8f Mon Sep 17 00:00:00 2001 From: Matthew Patrick Date: Thu, 23 Sep 2021 14:42:09 +0700 Subject: [PATCH] bag.html - Changed Button on Order Summary Card and improved looks --- bag.html | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/bag.html b/bag.html index ea50a95..876b146 100644 --- a/bag.html +++ b/bag.html @@ -17,6 +17,17 @@ *{ font-family: 'Poppins', sans-serif; } + .btn-checkout { + width: 100%; + background-color: darkred; + border-color: darkred; + border-radius: 100px; + } + + .btn-checkout:hover { + background-color: red; + border-color: red; + } .bg-color { background-color: #1b1c1e; } @@ -29,11 +40,6 @@ border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; } - .button { - color: white; - background-color: green; - margin-top: 15px; - } .container input { justify-content: left; @@ -182,6 +188,7 @@

Order Summary

+
@@ -196,9 +203,8 @@

Estimate

1.999.999,00

- - - +
+ Checkout