Design comparison
Community feedback
- @bmeinert8Posted 10 days ago
Hey @YonHuJJ, great work on this project. You absolutely nailed the desktop layout portion of this project! I Do have a few suggestions for you to really help out this project and future projects down the line.
-
Responsiveness. You did a great job mimicking the desktop display, but the layout leading in for smaller screens gets a bit messy. Add a few extra breakpoints in your media queries to help clean up the layouts as the screen sizes shrink down.
-
Semantic HTML. Your HTML is written well and works, which is wonderful, but I could suggest using more semantic tags such as <main> <article> <section> <picture> and so on where possible, to really push your html to the next level. Using semantic HTML instead of <div> for everything greatly enhances and helps with SEO. Here is a great article that helped me out a lot with this.
Overall great work! Keep building and growing your skills!
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