From 8951ae568430664b4406f51aa973f8977de1351f Mon Sep 17 00:00:00 2001 From: AdityaSingh-02 <94185167+AdityaSingh-02@users.noreply.github.com> Date: Wed, 5 Oct 2022 16:35:19 +0530 Subject: [PATCH] Changed Design Of button I came Across your amazing Website but i saw that buttons were Not that appealing So i have made some changes Hope You like it --- index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.css b/index.css index dcdf3aa..f045b72 100644 --- a/index.css +++ b/index.css @@ -38,7 +38,9 @@ body { margin: 20px; padding: 7px 14px; cursor: pointer; + font-weight: bold; text-decoration: none; + border-radius: 15px; } .modal { @@ -85,6 +87,7 @@ body { .show-code-btn:hover { transform: scale(1.05); transition: all 0.2s ease-in-out; + box-shadow:1px 2px rgba(0, 0, 0, 0.343); } .main-heading {