We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
button { --bg: #e74c3c; --text-color: #fff; position: relative; width: 150px; border: none; background: var(--bg); color: var(--text-color); padding: 1em; font-weight: bold; text-transform: uppercase; transition: 0.2s; border-radius: 5px; opacity: 0.8; letter-spacing: 1px; box-shadow: #c0392b 0px 7px 2px, #000 0px 8px 5px; } button:hover { opacity: 1; } button:active { top: 4px; box-shadow: #c0392b 0px 3px 2px, #000 0px 3px 5px; }
<button>Click me</button>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
title: purple-rat-85
made_by: satyamchaudharydev
The text was updated successfully, but these errors were encountered: