Skip to content
  • Learning paths
  • Challenges
  • Solutions
  • Articles
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted over 5 years ago

Stack Overflow, W3Schools

Axel•150
@Axel01011111
A solution to the Project tracking intro component challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


There, I fixed the mobile design. I like how it looks now. Still, I'm sure there are things that I should keep fixing

As always, feedback will be appreciated.

Code
Select a file

Please log in to post a comment

Log in with GitHub

Community feedback

  • Matt Studdert•13,611
    @mattstuddert
    Posted over 5 years ago

    Nice work, Axel! Your desktop layout looks really good. Here are a few pointers after looking at your code:

    • You've got <div class="Header"> inside a <section>. Instead, I'd recommend removing the section and changing the div to a header and then remove the class. Semantically it makes more sense.
    • Avoid uppercasing text in your HTML. This is because some screen readers will read these words out letter-by-letter, which makes the content inaccessible. Instead, you can use text-transform: uppercase; in your CSS to get the desired effect and keep the content accessible.
    • You've got IDs on your HTML elements, but I couldn't find anywhere that you're actually using them. So you might as well remove them from your HTML. Unless I'm missing something!

    I hope that helps. Keep up the great work!

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Frontend Mentor for Teams

Frontend Mentor for Teams helps companies and schools onboard and train developers through project-based learning. Our industry-standard projects give developers hands-on experience tackling real coding problems, helping them master their craft.

If you work in a company or are a student in a coding school, feel free to share Frontend Mentor for Teams with your manager or instructor, as they may use it to help with your coding education.

Learn more

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub