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

made first task #3420

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

made first task #3420

wants to merge 3 commits into from

Conversation

xXPaRaZorXx
Copy link

@xXPaRaZorXx xXPaRaZorXx commented Jul 31, 2023

Copy link

@volodymyr-soltys97 volodymyr-soltys97 left a comment

Choose a reason for hiding this comment

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

Good job 👍
Let's improve your code

Comment on lines +3 to +4
- [DEMO LINK](https://xXPaRaZorXx.github.io/layout_stars/)
- [TEST REPORT LINK](https://xXPaRaZorXx.github.io/layout_stars/report/html_report/)

Choose a reason for hiding this comment

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

Add these links to PR description
image

src/style.css Outdated
Comment on lines 25 to 47
.stars--5 .stars__star {
background-image: url(images/star-active.svg);
}

.stars--0 .stars__star:nth-child(n+1) {
background-image: url(images/star.svg);
}

.stars--1 .stars__star:nth-child(-n+1) {
background-image: url(images/star-active.svg);
}

.stars--2 .stars__star:nth-child(-n+2) {
background-image: url(images/star-active.svg);
}

.stars--3 .stars__star:nth-child(-n+3) {
background-image: url(images/star-active.svg);
}

.stars--4 .stars__star:nth-child(-n+4) {
background-image: url(images/star-active.svg);
}

Choose a reason for hiding this comment

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

Need to fix it
image

src/index.html Outdated
Comment on lines 44 to 48
<span class="stars__star"></span>
<span class="stars__star"></span>
<span class="stars__star"></span>
<span class="stars__star"></span>
<span class="stars__star"></span>

Choose a reason for hiding this comment

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

Should be only 1 spaces

Suggested change
<span class="stars__star"></span>
<span class="stars__star"></span>
<span class="stars__star"></span>
<span class="stars__star"></span>
<span class="stars__star"></span>
<span class="stars__star"></span>
<span class="stars__star"></span>
<span class="stars__star"></span>
<span class="stars__star"></span>
<span class="stars__star"></span>

src/style.css Outdated
Comment on lines 33 to 35
.stars--0 .stars__star:nth-child(n+1) {
background-image: url(images/star.svg);
}

Choose a reason for hiding this comment

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

Redundant

Suggested change
.stars--0 .stars__star:nth-child(n+1) {
background-image: url(images/star.svg);
}

Copy link

@volodymyr-soltys97 volodymyr-soltys97 left a comment

Choose a reason for hiding this comment

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

Well done 🔥

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