Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
NEKODESUDX authored Nov 12, 2024
1 parent d60905a commit 7c7de86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ button {
color: white;
border: none;
padding: 10px 20px;
border-radius: 5px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 2); /
border-radius: 0px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 10); /
transition: all 0.3s ease;
}

button:hover {
background-color: #45a049;
box-shadow: 0 6px 12px rgba(0, 0, 0, 3);
box-shadow: 0 6px 12px rgba(0, 0, 0, 15);
}

body, h1, p, label, a, button {
Expand Down

0 comments on commit 7c7de86

Please sign in to comment.