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
截图:
样式代码:
.blink { position: fixed; height: 100%; width: 100%; text-align: center; display: flex; display: -webkit-flex; align-items: center; line-height: 30px; justify-content: center; animation: blink 3s linear infinite; -webkit-animation: blink 3s linear infinite; -moz-animation: blink 3s linear infinite; -ms-animation: blink 3s linear infinite; -o-animation: blink 3s linear infinite; }
The text was updated successfully, but these errors were encountered:
目测可以先检查一下是否跟那个全角的冒号「:」有关~
Sorry, something went wrong.
No branches or pull requests
截图:
样式代码:
The text was updated successfully, but these errors were encountered: