Skip to content

Commit

Permalink
patch: updated button animation and look
Browse files Browse the repository at this point in the history
  • Loading branch information
TalhaFaisalglor committed Jul 22, 2024
1 parent 9b01dcf commit 0b9dd94
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/scss/page-specific/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@
color: white;
padding: 10px 20px;
border-radius: 5px;
transition: background-color 0.3s ease;

&:hover {
background-color: #0056b3;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transform: translateY(-4px);
}
transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.btn:hover {
background-color: #0056b3;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transform: translateY(-4px);
}

#home-tiles {
display: grid;
Expand Down

0 comments on commit 0b9dd94

Please sign in to comment.