common.css

button { width: 170px; height: 55px; border-radius: 5px; text-transform: uppercase; background-color: #648880; color: #FFF; cursor: pointer; &:hover { font-weight: 700; box-shadow: 0 0 0 2px currentColor, 0 3px #999; background-color: #fff; color: #648880; } &:active { box-shadow: 0 0 0 2px currentColor, 0 0 #999; transform: translateY(3px); background-color: #fff; } }
button-hover-click-down

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.