-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add responsiveness with Key Frames #182
Comments
Hi, I like to work on this issue, but no description is provided to move forward. |
Desktop style@media (min-width: 992px) { Mobile style@media (max-width: 991px) { Desktop animation@Keyframes desktop-animation { Mobile animation@Keyframes mobile-animation { This is just a simple example. You can customize the animations and media breakpoints to suit your specific needs. Remember, the animation can be anything from color change, movement, transformation, etc. The key is to define different keyframes for different screen sizes. |
Hello @RodrigoNet0, |
Hello @khamkarsuraj are you ok? |
Hello @HarikaB11 , |
@khamkarsuraj Yes, I am working on this. |
I would like to work on this issue. Could you please assign it to me? |
I'm pretty sure the correct process is to raise a PR with the appropriate changes, not wait to be assigned. |
you are right |
Hi, I am new to contributions, still a rookie but I will still try !! |
/* Tablet style */ /* Tablet animation */ This is some CSS added by me .. |
No description provided.
The text was updated successfully, but these errors were encountered: