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 #4202

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

add task solution #4202

wants to merge 2 commits into from

Conversation

eduvinagre
Copy link

  • DEMO LINK
  • TEST REPORT LINK
  • All component follow BEM and use SCSS
  • repaeted sizes and special colors are put to variables
  • Grid is used for the columns
  • cards are shown in 1, 2, 3 or 4 columns based on screen resolution
  • All changes on :hover are smooth
  • 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, @eduvinagre! Your code looks awesome and fulfills the task's requirements flawlessly. Keep it up! 🚀

Comment on lines +9 to +11
&-item:not(:last-child) {
margin-right: 20px;
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn't define an element inside another element __list-item and __list although share the beginning of the name are two separate elements, using nesting here is discouraged as it may lead to misinterpretation

readme.md Outdated Show resolved Hide resolved
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