From 7ceda42fd0fb6458e98e9c409fe3f56e4643e2a5 Mon Sep 17 00:00:00 2001 From: Matthew Patrick Date: Fri, 24 Sep 2021 14:21:25 +0700 Subject: [PATCH] product-list.html - Changed Products Card Button and beautify codes --- product-list.html | 40 ++++++++++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 12 deletions(-) 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 @@