Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Transgender-Resource-Wiki committed May 26, 2024
1 parent 647530d commit 14ab063
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/styles/Button.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.button-blue {
background: linear-gradient( #91eafa, #a1dee9, #589edb);
border-radius: 0.5rem;
border: 2px solid rgb(94, 89, 109);
min-width: 4%;
width: fit-content;
height: 1rem;
line-height: 1.5rem;
padding: 0.2rem 1rem 0.2rem 1rem;
text-align: center;
text-decoration: none;
color: whitesmoke;
text-shadow: 0px 0px 3px black;
}
.button-blue:active {
background: linear-gradient(#91eafa, #589edb, #467caf, #589edb, #91eafa);
}

0 comments on commit 14ab063

Please sign in to comment.