Skip to content
New issue

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

red #146

Open
Aida99295 opened this issue Jun 10, 2024 · 1 comment
Open

red #146

Aida99295 opened this issue Jun 10, 2024 · 1 comment

Comments

@Aida99295
Copy link

<style> .petal { fill: red; transform-origin: center; animation: bloom 1s infinite alternate; }
@keyframes bloom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
</style> ![0bbed5e8-c51a-42bd-8713-8e51c18c5710-9cda039](https://github.com/guodongxiaren/README/assets/172266046/1ebf171b-1909-4db5-b932-9dd8bd18ca89)
@boyshell
Copy link

boyshell commented Jun 10, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants