dhairyagothi / 100_days_100_web_project

This repository contains 100 web projects from basic to intermediate using html css and js Please star the repo before start working on it
https://50-days-50-web-project.vercel.app/
MIT License
30 stars 36 forks source link

styling the home page using hovers,cursor . #222

Closed Shivakumarjagadam closed 3 months ago

Shivakumarjagadam commented 3 months ago

To add hover effects and custom cursors to the navigation links in an auto-background image slider.

Problem Description: I want to enhance the user interface of an auto-background image slider by adding hover effects to the navigation links ("HOME," "CONTACT US," and "ABOUT US"). Specifically, I want to:

  1. Change the cursor to a pointer when hovering over the navigation links. 2.. Change the background color of the links when hovered over.

Describe the solution you'd like

Solutions: 1.Changing the Cursor on Hover:

2.Use the cursor property in CSS to change the cursor to a pointer when the user hovers over the navigation links. Changing the Background Color on Hover:

Additional context how its looks: Screenshot 2024-07-05 155004

github-actions[bot] commented 3 months ago

Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUTING.md carefully. Your contributions are highly appreciated! 😊

dhairyagothi commented 3 months ago

Assigned @Shivakumarjagadam

Shivakumarjagadam commented 3 months ago

please check my PR #231