Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
xolosArmy authored Sep 18, 2024
1 parent 5568cc4 commit 49e925e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,4 @@ footer {
width: 100%;
}

<style>
#paybutton {
border-radius: 12px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
overflow: hidden;
}

#paybutton:hover {
transform: scale(1.05);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
</style>

0 comments on commit 49e925e

Please sign in to comment.