From ef30c1598de829f1a290be1aa40b1ce08d21156b Mon Sep 17 00:00:00 2001 From: Simer13 <113010708+Simer13@users.noreply.github.com> Date: Tue, 26 Dec 2023 12:42:28 +0530 Subject: [PATCH] Update style-starter.css --- assets/css/style-starter.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/assets/css/style-starter.css b/assets/css/style-starter.css index 90fb5f4..020a883 100644 --- a/assets/css/style-starter.css +++ b/assets/css/style-starter.css @@ -4559,11 +4559,18 @@ input[type="button"].btn-block { .nav-link { display: block; padding: 0.5rem 1rem; + border: 1px solid transparent; + border-radius: 5px; + transition: border-color 0.3s ease-in-out; + color: #000; + text-decoration: none; + } .nav-link:hover, .nav-link:focus { text-decoration: none; + border-color: #ff4c4c; } .nav-link.disabled { @@ -4646,6 +4653,10 @@ input[type="button"].btn-block { align-items: center; justify-content: space-between; padding: 1.2rem 1rem; + background-color: #ffffff; + border: 1ps solid #dee2e6; + border-radius: 5px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .navbar .container, @@ -21791,4 +21802,4 @@ p.count-text { } } -/* //team section */ \ No newline at end of file +/* //team section */