beRajeevKumar / Frontend_Mentor

Sharpen Your Frontend Development Expertise with Frontend Mentor Challenges.
https://openfrontendmentor.netlify.app/
MIT License
55 stars 143 forks source link

[Feat] Adding hover effect for text present in navbar #238

Open saiprasanna56 opened 1 month ago

saiprasanna56 commented 1 month ago

Description

To increase the text size and change its color on hover, you can use a simple CSS solution. The :hover pseudo-class can modify the font size and color when the user hovers over the navbar text. Additionally, applying the transition property allows for a smooth animation effect, preventing abrupt changes. This method enhances the user experience by making the interaction noticeable and visually appealing, while maintaining simplicity and performance. Using pure CSS keeps the implementation lightweight without adding unnecessary complexity with JavaScript.

Screenshots

No response

Checklist

github-actions[bot] commented 1 month ago

👋 Thank you @saiprasanna56 for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!