-
Notifications
You must be signed in to change notification settings - Fork 67
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
✔️Added Interactive Smooth "Hover Effects" to The Links in Footer #495
✔️Added Interactive Smooth "Hover Effects" to The Links in Footer #495
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good just 2 changes:
- Remove package-lock.json from root of repo
- Don't do plain CSS styling use tailwind to maintain consistency as much as possible, try apply if u want to do in external CSS file
Hey @VaibhavArora314 @akbatra567 |
Ok then leave it as it is, rest is okay with me. |
Try experimenting a bit on what all we can do with current capabilities of tailwind. Too much customization might not be possible. See if you can refer some parts of documentation and are able to reproduce a similar effect. Some links to refer: https://tailwindcss.com/docs/text-decoration |
@akbatra567 Thanks for responding! I will try once again with this |
🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀 |
Hey @VaibhavArora314
issue closes #493
I have added the Smooth hovering effects for all the links in the footer section.
Here's the Implementation :
styleshare.hover.mp4
Please take a look.
Thankyou!