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

get right solution #5734

Closed
wants to merge 1 commit into from
Closed

Conversation

Viktor-1995
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.


Thank you for your hard work on this project! 😊 While you've made great progress, there are a few critical issues that need to be addressed before we can approve the pull request:

  1. CSS Variable for Blue Color: It's important to define the blue color as a CSS variable instead of using it directly. This will enhance maintainability and flexibility.

  2. Descriptive href Attributes: Ensure that the href attributes in your <a> tags point to valid URLs or are more descriptive. This is crucial for navigation and usability.

These changes are essential to meet the core requirements of the task. Once you've addressed these points, feel free to resubmit your pull request. Keep up the great work, and I'm confident you'll nail it! 🚀

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

🔄 Fix the issues, commit the changes, and then re-request my review using the Re-request review button in the Reviewers tab.

<h1>Moyo header</h1>
<header class="header">
<div class="nav-logo">
<a href="home">

Choose a reason for hiding this comment

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

The href attribute value 'home' should ideally be a valid URL or a more descriptive path, such as './home.html'.

<ul class="nav-items">
<li>
<a
href="apple"

Choose a reason for hiding this comment

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

The href attribute value 'apple' should ideally be a valid URL or a more descriptive path, such as './apple.html'.

<li><a href="smartphones">Smartphones</a></li>
<li>
<a
href="Laptops"

Choose a reason for hiding this comment

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

The href attribute value 'Laptops' should ideally be a valid URL or a more descriptive path, such as './laptops.html'.

@@ -1,3 +1,84 @@
body {
margin: 0;
font-family: Roboto, sans-serif;

Choose a reason for hiding this comment

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

Ensure that the 'Roboto' font is properly loaded in your HTML file. This is crucial for the font-family to be applied correctly.

src/style.css Show resolved Hide resolved
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