Design comparison
Solution retrospective
I really like this project because it helps me extent my skills in responsive design and i really enjoyed. I'm open for any feedback or recommendations .
Community feedback
- @thealexgonzoPosted over 2 years ago
Hey,
Well done on completing the challenge! There's a few things that you missed, so I'll just add my feedback below as a numbered list:
- You can add the font specified by adding the following code to you HTML head tag:
Don't forget to then also add it to the body font-family in your CSS file.
-
To fix the accessibility issues instead of using a <section> tag in your body to wrap the code around use a <main> tag instead.
-
If you set the width dimensions to 320 px of 32 rem it will get your solution looking a lot closer to the design.
- <p>Improve your front-end skills by building projects</p> should be an <h1> instead of a <p>
Good luck ; )
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin 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