-
-
Notifications
You must be signed in to change notification settings - Fork 157
hover on image on the main page #205
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
hover on image on the main page #205
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Here's the code health analysis summary for commits Analysis Summary
|
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.
You can update and replace
previous code
.chh__header-image img {
width: 100%;
height: 100%;
border-radius: 10% 40%;
}
New Code
.chh__header-image img {
filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.6));
}
.chh__header-image img:hover {
filter: drop-shadow(10px 10px 20px rgba(169, 158, 158, 0.6));
}
|
|
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.
Done
Related Issue
Hover effect on image on the main page
Description
Better UI.
Type of PR
Screenshots / videos (if applicable)
Checklist: