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

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

Conversation

Ivanna-Fedor
Copy link

Copy link

@mateacademy-ai-mentor mateacademy-ai-mentor left a comment

Choose a reason for hiding this comment

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

Hi! 👋 The code generally looks good and implements the stars block as required. The HTML structure seems correct, and the CSS styles are well-applied. However, there's one outstanding issue from the checklist: you need to add empty lines between multiline sibling blocks in your HTML. Please address this, and it'll be good to go! ✨

✨ Please rate this review in the Platform's notification center. I will be grateful for your feedback! ✨

🔄 Fix the issues, commit the changes, and then re-request my review using the Re-request review button in the Reviewers tab.

🤖 If you have any comments about this review, please leave a message in the Add a comment field below and mention me with @mateacademy-ai-mentor tag. I will read your message when I perform the next review of your pull request.

src/index.html Outdated
Comment on lines 16 to 22
<div class="stars stars--0">
<span class="star"></span>
<span class="star"></span>
<span class="star"></span>
<span class="star"></span>
<span class="star"></span>
</div>

Choose a reason for hiding this comment

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

There should be an empty line between multiline sibling blocks of HTML.

See the checklist item:

Add empty lines between multiline sibling blocks of HTML

src/index.html Outdated
Comment on lines 24 to 30
<div class="stars stars--1">
<span class="star stars__star--active"></span>
<span class="star"></span>
<span class="star"></span>
<span class="star"></span>
<span class="star"></span>
</div>

Choose a reason for hiding this comment

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

There should be an empty line between multiline sibling blocks of HTML.

See the checklist item:

Add empty lines between multiline sibling blocks of HTML

src/index.html Outdated
Comment on lines 32 to 38
<div class="stars stars--2">
<span class="star stars__star--active"></span>
<span class="star stars__star--active"></span>
<span class="star"></span>
<span class="star"></span>
<span class="star"></span>
</div>

Choose a reason for hiding this comment

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

There should be an empty line between multiline sibling blocks of HTML.

See the checklist item:

Add empty lines between multiline sibling blocks of HTML

src/index.html Outdated
Comment on lines 40 to 46
<div class="stars stars--3">
<span class="star stars__star--active"></span>
<span class="star stars__star--active"></span>
<span class="star stars__star--active"></span>
<span class="star"></span>
<span class="star"></span>
</div>

Choose a reason for hiding this comment

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

There should be an empty line between multiline sibling blocks of HTML.

See the checklist item:

Add empty lines between multiline sibling blocks of HTML

src/index.html Outdated
Comment on lines 48 to 54
<div class="stars stars--4">
<span class="star stars__star--active"></span>
<span class="star stars__star--active"></span>
<span class="star stars__star--active"></span>
<span class="star stars__star--active"></span>
<span class="star"></span>
</div>

Choose a reason for hiding this comment

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

There should be an empty line between multiline sibling blocks of HTML.

See the checklist item:

Add empty lines between multiline sibling blocks of HTML

Copy link

@mateacademy-ai-mentor mateacademy-ai-mentor left a comment

Choose a reason for hiding this comment

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

The code is well-structured and adheres to the task requirements. The HTML now includes empty lines between the multiline div elements, improving readability. The CSS code is also well-structured. I noticed that in src/index.html, you have not added empty lines between multiline sibling blocks of HTML. Please add them to improve readability.

I've approved the PR to help you move forward, but please address the comments to improve your code. Great job and keep learning! ✨

✨ Please rate this review in the Platform's notification center. I will be grateful for your feedback! ✨

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.

2 participants