Skip to content

Commit abf170a

Browse files
authored
Update btn.css
1 parent a9293c9 commit abf170a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

btn.css

+2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@
2121
}
2222

2323
.btn:hover {
24+
margin: auto;
2425
background-color: rgba(255, 0, 0, 1);
2526
}
2627

2728
.btn:active {
29+
margin: auto;
2830
box-shadow:
2931
inset -2px -2px 3px rgba(255, 255, 255, 0.6),
3032
inset 2px 2px 3px rgba(0, 0, 0, 0.6);

0 commit comments

Comments
 (0)