diff --git a/btn.css b/btn.css index b415e50..efbe914 100644 --- a/btn.css +++ b/btn.css @@ -1,4 +1,4 @@ -.styled { +.btn { border: 0; line-height: 2.5; padding: 0 20px; @@ -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);