-
Notifications
You must be signed in to change notification settings - Fork 34
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 navbar scroll effect #40
base: main
Are you sure you want to change the base?
Conversation
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.
Congratulations!! for making your first PR at Curiomind, our mentors will review it soon. 🙌🏻
src/components/Navbar/nav-style.css
Outdated
.login:hover{ | ||
background-color: black; | ||
color: white; | ||
transition: all ease-in 0.4s; | ||
} | ||
|
||
/* @media (top:10vh) { | ||
|
||
.navbar{ | ||
background-color: black; | ||
} | ||
} */ | ||
|
||
.navbar.active { | ||
background-color: rgb(0, 0, 0); | ||
|
||
} | ||
|
||
.navbar.active a{ | ||
transition: all ease 0.3s; | ||
color:white; | ||
} | ||
|
||
.navbar.active button{ | ||
transition: all ease-in 0.3s; | ||
|
||
color: white; | ||
} | ||
|
||
.login:hover{ | ||
border: 0.5px white solid; | ||
} | ||
|
||
.nav-btn:hover | ||
{ | ||
transform: scale(1.15); | ||
background-size: 1100% ; | ||
} No newline at end of file | ||
} |
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.
Kindly choose a color which would match the existing color scheme of the application
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.
okk sure
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.
@geekymeeky I find this color matching the theme of our website
Thankyou for your valuable contribution to the project. Please check below mentioned points -
fixes #33
What kind of change does this PR introduce ?
This pr adds scroll effect on navbar
Documentation updated ?
No
Checklist
Screenshots