From 7389c2552ef7ffa99660b7edf7a778976f45c51d Mon Sep 17 00:00:00 2001 From: nathfavour <116535483+nathfavour@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:15:52 +0000 Subject: [PATCH] added whatsapp group link --- CGPA-calculator.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CGPA-calculator.html b/CGPA-calculator.html index 4c96048..fe8d0d0 100644 --- a/CGPA-calculator.html +++ b/CGPA-calculator.html @@ -26,6 +26,12 @@ h1 { margin: 0; } + + h3 { + margin: 0; + background-color: brown; + } + .calculator { background: white; padding: 20px; @@ -82,6 +88,8 @@