-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
add task solution #4203
base: master
Are you sure you want to change the base?
add task solution #4203
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.
Great job, @ropanefarias! I spotted just a minor required fix for your solution to perfectly complete the assignment, please have a look at it. Other than that your code looks clean👏
src/styles/main/card.scss
Outdated
&:hover { | ||
color: #34568b; | ||
} |
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.
Card title should change color when the card itself is hovered, not when the title is hovered Referece
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.
Awesome job, @ropanefarias! Keep it up 🚀
DEMO LINK
TEST REPORT LINK
❗️ Copy this
Checklist
to thePull Request
description after links, and put- [x]
before each point after you checked it.[x] All component follow BEM and use SCSS
[x] repaeted sizes and special colors are put to variables
[x] Grid is used for the columns
[x] cards are shown in 1, 2, 3 or 4 columns based on screen resolution
[x] All changes on
:hover
are smooth[x] Code follows all the Code Style Rules ❗️