Skip to content
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

removed blur effect and did some changes in navbar #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Samyakk15
Copy link

@Samyakk15 Samyakk15 commented Oct 1, 2024

What do this PR do?

This PR removed the blur effect and did some changes in Navbar

Fixes #1 and #6

Screenshot 2024-10-02 000549

Changes Made:
Removed blur effect from the navbar by eliminating backdrop-filter: blur(30px);.
Updated box-shadow and border properties for better contrast and visual depth.
Made the navbar position fixed to the top of the page for consistent visibility during scrolling.
Added a scroll effect:
Navbar background becomes fully opaque and the box shadow intensifies when the user scrolls down the page.
The navbar remains semi-transparent and minimalistic when at the top.
Introduced smooth transition effects for background color and shadow to enhance the user experience.

Reason for Change:
Improved contrast between the navbar and background for better usability.
Enhanced UI by removing blur and providing a clean, clear navigation bar.
Ensured the navbar scrolls with the page for a more intuitive design.

@Samyakk15 Samyakk15 closed this Oct 9, 2024
@Samyakk15 Samyakk15 reopened this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the blur effect of the navbar.
1 participant