From 04b9394cbe358b719deb93eac8c638fd3b8ba2e0 Mon Sep 17 00:00:00 2001 From: Prakrati Date: Wed, 22 May 2024 00:04:08 +0530 Subject: [PATCH] updated JOIN DISCORD button --- css/style.css | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/css/style.css b/css/style.css index d81b798c..ad42daf0 100644 --- a/css/style.css +++ b/css/style.css @@ -912,24 +912,29 @@ div.card { } #services .btn { - background: transparent; - border: 3px solid #ffffff; - border-radius: 0px; - color: #ffffff; - font-size: 18px; + background-color: white; + border: 3.8px solid #ffffff; + border-radius: 40px; + color: black; + font-size: 20px; font-weight: 700; letter-spacing: 1px; padding: 14px 36px; margin-top: 62px; margin-right: 16px; - -webkit-transition: all 0.4s ease-in-out; - transition: all 0.4s ease-in-out; + -webkit-transition: all 0.1s ease-in-out; + transition: all 0.1s ease-in-out; + box-sizing: border-box; + box-shadow: 3px 6px 0px 0px rgba(0,0,0,0.74); +-webkit-box-shadow: 3px 6px 0px 0px rgba(0,0,0,0.74); +-moz-box-shadow: 3px 6px 0px 0px rgba(0,0,0,0.74); } #services .btn:hover { - background: #ffffff; - color: #333; + background: black; + color: white; border-color: transparent; + box-shadow: none; } .service-cards{ transition: all 0.3s ease;