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

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

Conversation

vvyboichyk
Copy link

  • DEMO LINK

  • TEST REPORT LINK

  • [1] Header height is set in 1 place (for the links)

  • [2] Content is vertically centered (for any header height)

  • [3] CSS is used to show all letters in Uppercase (don't type them in HTML)

  • [4] Logo is an image wrapped with a link

  • [5] CSS Variable is used for a blue color

  • [6] Pseudo-element is used for a blue line below the active link

  • [7] Code follows all the Code Style Rules ❗️

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! 🎉 Your code meets the core requirements and is well-structured. There are a couple of minor improvements you could make, such as using a CSS variable for the blue color and enhancing the alt attribute for better accessibility. Keep up the great work, and consider these suggestions for future projects! 😊

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

<link
rel="preconnect"
href="https://fonts.gstatic.com"
crossorigin="use-credentials"

Choose a reason for hiding this comment

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

The crossorigin attribute should be set to anonymous instead of use-credentials when preconnecting to Google Fonts. This is because Google Fonts does not require credentials, and using anonymous is more secure and compatible.

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