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 { text-transform: uppercase; letter-spacing: 0.1em; padding: 10px 30px; transition: 0.5s; position: relative; font-size: 17px; background: #333; border: none; color: #fff; } button:hover { letter-spacing: 0.25em; background: #ff1867; color: #ff1867; box-shadow: 0 0 45px #ff1867; } button::before { content: ''; position: absolute; inset: 2px; background: #222222; } button span { position: relative; z-index: 1; } button i { position: absolute; inset: 0; display: block; } button i::before { content: ''; position: absolute; border: 2px solid #ff1867; width: 7px; height: 4px; top: -3.5px; left: 80%; background: #222222; transform: translateX(-50%); transition: 0.5s; } button:hover i::before { width: 20px; left: 20%; } button i::after { content: ''; position: absolute; border: 2px solid #ff1867; width: 7px; height: 4px; bottom: -3.5px; left: 20%; background: #222222; transform: translateX(-50%); transition: 0.5s; } button:hover i::after { width: 20px; left: 80%; }
<button><span>Button</span><i></i></button>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
title: weak-swan-50
made_by: mrhyddenn
theme: dark
The text was updated successfully, but these errors were encountered: