Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
10
Comments
1
Hugo Méndez
@Hugomndez

All comments

  • agustinburne•10
    @agustinburne
    Submitted over 2 years ago

    Visual Code, HTML,CSS

    #webpack
    3
    Hugo Méndez•180
    @Hugomndez
    Posted over 2 years ago

    Hi @agustinburne, Your solution looks fantastic!!

    I did catch some bugs on your css you have

    h2{
        color: hsl(218, 44%, 22%);
        font-weight: 700;
        font-size: 2rem;
    }
    

    and I think it should be:

    h1{
        color: hsl(218, 44%, 22%);
        font-weight: 700;
        font-size: 2rem;
    }
    

    on my solution I use "px" instead of "%" for "border-radius".

    Marked as helpful
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

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