From 17b447606c6f460b2607e1ea84e0edb5c7f9f613 Mon Sep 17 00:00:00 2001 From: ditaajipratama Date: Sat, 27 Jul 2024 15:09:44 +0700 Subject: [PATCH] Fixing the color difference in price plan section background color. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f0fd733..d58654d 100644 --- a/index.html +++ b/index.html @@ -100,7 +100,7 @@ .price-plan { padding: 50px 0; text-align: center; - background-color: #fff; + /*background-color: #fff;*/ } .price-plan h2 { font-size: 2.5em;