Design comparison
SolutionDesign
Solution retrospective
Here is my first front-end mentor challenge. I built the page using Tailwind CSS. Feel free to give me feedback!
Community feedback
- @MelvinAguilarPosted 12 months ago
Hello there ๐. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
- The
alt
attribute should not contain the words "image", "photo", or "picture", because the image tag already conveys that information.
- Instead of
h-screen
(height: 100vh), usemin-h-screen
(min-height: 100vh) as the class for the body element.min-h-screen
ensures that the body element takes at least the full height of the viewport, which is useful for content that might exceed the screen height.
I hope you find it useful! ๐ Above all, the solution you submitted is great!
Happy coding!
Marked as helpful1@yogskrPosted 12 months ago@MelvinAguilar
Hey, thanks for the feedback and suggestions!
- You're right about the
alt
attribute. I'll change it for usre. - I totally didn't think about using
min-h-screen
at all. Thanks for pointing that out.
Cheers!
0 - The
- @AakashGujarPosted 12 months ago
Hey great one, I just completed this challenge tooโ๏ธ
0
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