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

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

add task solution #3507

wants to merge 3 commits into from

Conversation

vovka8101
Copy link

@vovka8101 vovka8101 closed this Aug 22, 2023
@vovka8101 vovka8101 reopened this Aug 22, 2023
src/index.html Outdated
Comment on lines 34 to 36
<div class="stars__star star--active"></div>
<div class="stars__star star--active"></div>
<div class="stars__star star--active"></div>

Choose a reason for hiding this comment

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

we don't need these active classes, let's make our code more generic and implement logic only with this
image

Copy link

@VitaliyBondarenko1982 VitaliyBondarenko1982 left a comment

Choose a reason for hiding this comment

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

GJ!

@@ -0,0 +1,28 @@
body {
margin: 0;
padding: 0;

Choose a reason for hiding this comment

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

Suggested change
padding: 0;

body doesn't have default paddings

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