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

add task solution #4203

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

ropanefarias
Copy link

DEMO LINK
TEST REPORT LINK
❗️ Copy this Checklist to the Pull 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 ❗️

Copy link

@EdPirro EdPirro left a 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👏

Comment on lines 24 to 26
&:hover {
color: #34568b;
}
Copy link

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

@ropanefarias ropanefarias requested a review from EdPirro March 11, 2024 23:13
readme.md Outdated Show resolved Hide resolved
Copy link

@EdPirro EdPirro left a 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 🚀

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.

3 participants