Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyplayerss committed Nov 27, 2023
1 parent c5f495c commit 99da9eb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,16 @@ p {
}

.button {
margin-left: 50px;
margin-right: 50px;
max-width: 200px;
background-color: transparent;
padding: 10px;
margin: 25px;
max-width: 180px;
padding: 5px;
text-decoration: none;
border-radius: 50px;
color: #ffffff;
font-size: 18px;
border: 1px solid #ffffff;
transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
padding: 5px 15px 6px 15px;
scale: 1;
}

.volunteerbutton {
Expand Down

0 comments on commit 99da9eb

Please sign in to comment.