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

Finished moyo_Header #5737

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Iwantschenko
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.

Great job on your submission! 🎉 The code mostly meets the task requirements, with only a few minor issues that don't impact the core functionality. Consider addressing the empty href attribute for the logo link, adding the crossorigin attribute for better performance, and reviewing the necessity of the border-radius on the ::before pseudo-element. Keep up the good work and happy coding! 😊

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

<h1>Moyo header</h1>
<header class="header">
<a
href=" "

Choose a reason for hiding this comment

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

The href attribute is empty. Consider providing a valid URL or a placeholder (#) to ensure the link is functional.

/>
<link
rel="preconnect"
href="https://fonts.gstatic.com"

Choose a reason for hiding this comment

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

Consider adding the crossorigin attribute to the preconnect link for fonts.gstatic.com to improve performance by allowing the browser to make the connection earlier.

width: 100%;
height: 4px;
background-color: var(--navhover-color);
border-radius: 8px;

Choose a reason for hiding this comment

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

The border-radius property on the ::before pseudo-element might not be necessary if the intention is to create a straight line indicator. Consider removing it unless a rounded line is desired.

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