Skip to content

Commit

Permalink
Update buttons.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Law-Dawg360 authored Nov 20, 2024
1 parent 2376cc3 commit cdfb271
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Testing/HTML/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,19 @@ buttonwithlink {
text-align: left;
text-decoration: underline;
}
defualtButtons {
background-color: #544caf;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
font-family: Arial, sans-serif;
font-weight: bold;
color: #333;
padding: 10px;
}

0 comments on commit cdfb271

Please sign in to comment.