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 {