Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Vishnu 20

    @quickshifter8461

    Submitted

    What are you most proud of, and what would you do differently next time?

    I was able to complete the challenge quickly. I didn't face any major difficulties during the challenge.

    What challenges did you encounter, and how did you overcome them?

    I am not sure if the responsive is working properly.

    What specific areas of your project would you like help with?

    I'm not very comfortable with responsive yet.

    P

    @batyr-qhan

    Posted

    Hi! From a brief glance, I can say that you should consider adding transition on hover.

    Additionally, there are some differences on paddings and font size/font colors. Just a little details, but anyway I was able to spot them.

    Good work though!

    Marked as helpful

    0
  • @Diego-CastilloF

    Submitted

    Hi, this is my first project on frontmentor. I had some problems occupying the entire body. If someone has a suggestion to resolve this I'd appreciate it.

    Merry christmas.

    P

    @batyr-qhan

    Posted

    Hello. I think it requires a little bit of restructure. I'd place nav tag outside of main.

    So the layout would look like this:

    <body>
        <header>
            <!-- Site header content goes here -->
            <nav>
                <!-- Navigation links go here -->
            </nav>
        </header>
    
        <main>
            <!-- Main content of the page goes here -->
        </main>
    
        <footer>
            <!-- Footer content goes here -->
        </footer>
    </body>
    

    and don't forget to set:

    html, body { height: 100% }

    Marked as helpful

    0
  • P

    @batyr-qhan

    Posted

    Hi! Looks okay, but you missed border radius and font family, I can see these points right away.

    Marked as helpful

    0
  • P
    Veronika 110

    @designver

    Submitted

    This challenge was a quick exercise before the Christmas holiday for me. I would like to delve deeper and gain a better understanding of responsivity.

    P

    @batyr-qhan

    Posted

    hey! Looks nice. Consider adding a little animation when you hover over the card.

    0