Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkorb committed Oct 31, 2024
1 parent a49369f commit 52ef2c0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
/* css styles */
.button {
width: 15%;
font: bold 14px Arial;
text-decoration: none;
background-color: #08312a;
color: #00E47C;
margin: 5px;
padding: 10px 14px 10px 14px;
border-top: 1px solid #002b36;
border-right: 2px solid #002b36;
border-bottom: 2px solid #002b36;
border-left: 1px solid #002b36;
border-radius: 4px;
}

0 comments on commit 52ef2c0

Please sign in to comment.