Design comparison
SolutionDesign
Solution retrospective
All comments are 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.
- The
<span>
tag is primarily used to style specific portions of text. It's not necessary to enclose all elements with it; for that purpose, the <div> tag is more suitable.
- You should use the
cursor: pointer
property to indicate that the element like a button or a link is clickable.
- Use
min-height: 100vh
instead ofheight
. Setting the height to 100vh may result in the component being cut off on smaller screens, such as a mobile phone in landscape orientation.
- "Fun fact: This exercise would have been perfect for using grid layout!
I hope you find it useful! ๐ Above all, the solution you submitted is great!
Happy coding!
Marked as helpful1 - The
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