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

  • P
    Leo 60

    @Leonardolvq

    Submitted

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

    Although I didn't encounter significant challenges with this project, I'm interested in learning if there are any opportunities to optimize my code further. While I understand it's primarily HTML and CSS, I'm open to any suggestions for improvement. Could you please provide feedback on areas of my code that could be enhanced or optimized?

    P

    @Francis7575

    Posted

    Hey, your solution looks great consider using universal selector to reset the default styles on css, for example *{margin:0;padding:0;box-sizing:border-box}

    • Also you should use <a></a> tags instead of <button> for links never use href attribute on a button element.

    • The attribution should'nt be on a div inside of main that should be after the main inside a <footer> tag.

    1
  • Mr_Sajith 50

    @Mr-sajith

    Submitted

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

    • I am of to learn something.
    • I will execute my new learning in my next project.

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

    Don't know

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

    Nothing to say.

    P

    @Francis7575

    Posted

    Hi, Consider using <a></a> tags instead of <button> for links. <button id="b">Frontend Mentor</button> <a id="frontend-mentor" href="https://www.frontendmentor.io">Frontend Mentor</a>

    By employing <a></a> tags, you not only maintain consistency in your HTML structure but also ensure better accessibility and user experience for navigating to external resources. This approach aligns with web standards and enhances the semantic clarity of your code."

    Marked as helpful

    1
  • mrbrave7 130

    @mrbrave7

    Submitted

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

    I Will Try Something Better Next time

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

    I Was Easy AS Always

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

    I Can Contribute What I know

    P

    @Francis7575

    Posted

    Hi, I would recommend you to use semantic HTML tags, instead of using <div class="card-container"> after the <body> tag consider utilizing <main> as it better represents the central content container in your design layout. This approach not only improves accessibility but also makes the HTML structure more meaningful and easier to understand for developers and users alike." hope you find this helpful.

    0