Skip to content

Commit

Permalink
fixed button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanreiter committed Dec 8, 2023
1 parent 8965bfd commit 51368b6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,19 @@ footer{
}
}


.learn-more{
background-color: black;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 20px;
}



0 comments on commit 51368b6

Please sign in to comment.