Design comparison
Solution retrospective
Hello everyone, I began to practice some HTML and CSS with this challenge, and I would appreciate any feedback! Thanks! ((:
Community feedback
- @MelvinAguilarPosted over 1 year ago
Hello there ๐. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
- The GitHub repository is private or not available. :(
HTML ๐ท๏ธ:
- Use semantic elements such as
<main>
and<footer>
to improve accessibility and organization of your page.
CSS ๐จ:
-
Use
min-height
instead ofheight
. Setting the height to 98vh may result in the component being cut off on smaller screens, such as a mobile phone in landscape orientation.
I hope you find it useful! ๐ Above all, the solution you submitted is great!
Happy coding!
Marked as helpful1@ccamposjPosted over 1 year ago@MelvinAguilar Thank you a lot! I did not know about the height! I made the changes and look better on landscapes (:
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