Design comparison
SolutionDesign
Solution retrospective
"Feedback welcome"
Community feedback
- @MelvinAguilarPosted 11 months ago
Hello there ๐. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
- For a photo of a person, use their name as the alt text.
- You should use only one
<h1>
tag per page. The<h1>
tag is the most important heading tag, This can confuse screen reader users and search engines. You can read more about this here ๐.
- Utilize
min-h-screen
(ormin-height: 100vh
) instead ofh-screen
to prevent your component from getting shortened on mobile devices.
I hope you find it useful! ๐ Above all, the solution you submitted is great!
Happy coding!
1
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