Skip to content

Commit

Permalink
Merge pull request #382 from Prakrati1907/main
Browse files Browse the repository at this point in the history
Updated JOIN DISCORD button
  • Loading branch information
Its-Aman-Yadav committed May 23, 2024
2 parents 6d1e62e + 3cc0d0b commit 2892dba
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -801,24 +801,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;
Expand Down

0 comments on commit 2892dba

Please sign in to comment.