-
Notifications
You must be signed in to change notification settings - Fork 5k
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 #4925
base: master
Are you sure you want to change the base?
moyo_header #4925
Conversation
gazebo88fire
commented
May 2, 2024
- 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.
Good job 👍
Just few small fixes needed
readme.md
Outdated
- [DEMO LINK](https://<gazebo88fire>.github.io/layout_moyo-header/) | ||
- [TEST REPORT LINK](https://<gazebo88fire>.github.io/layout_moyo-header/report/html_report/) |
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.
- [DEMO LINK](https://<gazebo88fire>.github.io/layout_moyo-header/) | |
- [TEST REPORT LINK](https://<gazebo88fire>.github.io/layout_moyo-header/report/html_report/) | |
- [DEMO LINK](https://gazebo88fire.github.io/layout_moyo-header/) | |
- [TEST REPORT LINK](https://gazebo88fire.github.io/layout_moyo-header/report/html_report/) |
src/style.css
Outdated
} | ||
|
||
.nav__item { | ||
margin-right: 20 px; |
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.
src/style.css
Outdated
/* .logo { | ||
height: 40px; | ||
width: 40px; | ||
margin-left: 50px; | ||
} */ |
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.
Please, remove commented code before commit, to keep the code clean
src/style.css
Outdated
html { | ||
font-family: Roboto, sans-serif; | ||
font-weight: 500; | ||
font-style: normal; |
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.
font-style: normal; |
It is default style
I'm sorry. I've just made changes. Added, deployed. Can you see it? |
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.
src/index.html
Outdated
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" | ||
rel="stylesheet" |
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.
I think we don't need that many font sizes if you only use 3.
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" | |
rel="stylesheet" | |
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" | |
rel="stylesheet" |
src/index.html
Outdated
</head> | ||
|
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.
src/style.css
Outdated
* { | ||
box-sizing: border-box; | ||
} |
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.
readme.md
Outdated
@@ -27,15 +27,15 @@ The page should match the design Pixel Perfect: all the sizes, colors and distan | |||
|
|||
❗️ Replace `<your_account>` with your Github username and copy the links to `Pull Request` description: | |||
|
|||
- [DEMO LINK](https://<your_account>.github.io/layout_moyo-header/) | |||
- [TEST REPORT LINK](https://<your_account>.github.io/layout_moyo-header/report/html_report/) | |||
- [DEMO LINK](https://gazeb88fire.github.io/layout_moyo-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.
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.
Well done!