From 979e6f67b0427c4fa2900a8eafba2374e1725fba Mon Sep 17 00:00:00 2001 From: Matthew Patrick Date: Fri, 24 Sep 2021 14:19:19 +0700 Subject: [PATCH] product-list.html - Changed Products Card Background color and text color --- product-list.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/product-list.html b/product-list.html index 762cf6e..bff728d 100644 --- a/product-list.html +++ b/product-list.html @@ -22,6 +22,11 @@ border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; } + .card { + border-radius: 20px; + background-color: #212226; + color: white; + }