Title: Lack of 3D Hover Effects on Social Media Icons #1510
Labels
gssoc-ext
This level is for GSSOC-Extended.
Not required
I don’t think it’s important right now, but thank you for bringing it up. You’re welcome to open new
Initiative (Required)
GSSoC 2024 Extd 🚀
Is your feature request related to a problem? Please describe.
The social media icons on the website lack a 3D hover effect, making them appear flat and less engaging. Adding a subtle 3D effect on hover would make the icons more interactive and visually appealing, enhancing the overall user experience.
Describe the solution you'd like.
Add a CSS 3D hover effect to the social media icons by using the following properties:
Transform: Apply transform: scale(1.1) to increase the size slightly on hover.
Box-Shadow: Use box-shadow to create a subtle 3D effect.
Transition: Add transition: 0.3s for a smooth animation when hovering over the icons.
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: