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
Code used for my last website:
<svg width="80" height="80"> <rect id="pixel" width="20" height="20" rx="4"/> <use href="#pixel" x="30"/> <use href="#pixel" x="60"/> <use href="#pixel" y="30"/> <use href="#pixel" y="60"/> <use href="#pixel" x="30" y="60"/> <use href="#pixel" x="60" y="60"/> </svg>
A flickering effect, perhaps that is also triggered on hover-over or a set interval could be cool.
The text was updated successfully, but these errors were encountered:
AK-Gann
No branches or pull requests
Code used for my last website:
A flickering effect, perhaps that is also triggered on hover-over or a set interval could be cool.
The text was updated successfully, but these errors were encountered: