Skip to content

Commit

Permalink
Update btn.css
Browse files Browse the repository at this point in the history
  • Loading branch information
rickcomics authored Oct 26, 2024
1 parent c0caff9 commit 1ad90ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions btn.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.styled {
.btn {
border: 0;
line-height: 2.5;
padding: 0 20px;
Expand All @@ -19,11 +19,11 @@
inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.styled:hover {
.btn:hover {
background-color: rgba(255, 0, 0, 1);
}

.styled:active {
.btn:active {
box-shadow:
inset -2px -2px 3px rgba(255, 255, 255, 0.6),
inset 2px 2px 3px rgba(0, 0, 0, 0.6);
Expand Down

0 comments on commit 1ad90ff

Please sign in to comment.