-
Notifications
You must be signed in to change notification settings - Fork 107
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
Moyo Header #115
base: master
Are you sure you want to change the base?
Moyo Header #115
Conversation
usernameluke
commented
Jul 25, 2023
- DEMO LINK
- TEST REPORT LINK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Do you really need all these fonts? You use only the medium one. You can use google fonts instead, by the way
src/index.html
Outdated
href="#laptops"> | ||
Laptops & computers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
href="#laptops"> | |
Laptops & computers | |
href="#laptops" | |
> | |
Laptops & computers |
src/index.html
Outdated
</a> | ||
</li> | ||
|
||
<li class="item" > |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<li class="item" > | |
<li class="item"> |
src/style.css
Outdated
padding: 0; | ||
} | ||
|
||
header { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, I know this is gonna sound stupid, but I'm struggling to figure out which class to assign these to... Could you point me in the right direction? Cheers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I think I've figured it out. Sorry!
src/style.css
Outdated
padding: 0; | ||
} | ||
|
||
.item + .item { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't increase selectors' specificity unless completely necessary. You can use nth-child instead
src/style.css
Outdated
} | ||
|
||
.logo { | ||
padding-top: 2px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems that it's redundant. Just align the logo to the center
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi!
Check all unresolved comments here https://github.com/mate-academy/layout_moyo-header-en/pull/115/files.
Make fixes, commit, push, and then request review again.
If you have any questions, feel free to ask them in Slack.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, I hope this is right now!
src/style.css
Outdated
padding: 0; | ||
} | ||
|
||
header { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, I know this is gonna sound stupid, but I'm struggling to figure out which class to assign these to... Could you point me in the right direction? Cheers
src/style.css
Outdated
padding: 0; | ||
} | ||
|
||
header { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I think I've figured it out. Sorry!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work keep going