Skip to content

Commit

Permalink
Fix this hope it works
Browse files Browse the repository at this point in the history
  • Loading branch information
TechGuy541 authored Sep 19, 2024
1 parent 22bf8d9 commit d2be737
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,14 @@ h2 {
}

.button-85 {
padding: 0.6em 2em;
border: none;
color: #fff;
background: #4169e1;
border-radius: 10px;
cursor: pointer;
text-decoration: none;
transition: background-color 0.3s ease;
margin: 15px;
gap: 5px
display: inline-block;
padding: 10px 20px;
margin: 5px;
border-radius: 25px;
text-decoration: none;
font-size: 1em;
color: white;
transition: background-color 0.3s ease;
}

.button-85:hover {
Expand Down

0 comments on commit d2be737

Please sign in to comment.