Design comparison
SolutionDesign
Solution retrospective
I found difficult the validation section of JS. I think it's a good challenge to a middle-newbie learner of JS. Just a couple difference of margins, paddings, font-sizes, etc., between the original design and my solution. Any feedback is welcome.
Community feedback
- @zDevtutorPosted over 2 years ago
Hi @JoshMooner, Well done my friend. It seems to work well and the page is fully responsive. However, I did take a look at the project files and I do have some recommendations.
- For the folder structure try to have an assets folder where you place all the assets there such as the "styles, images, videos, audios, scripts" and all should be in a specific folder.
- Try to rely more on semantic markups such as using the SECTION tag for different sections in the page markup so the code is more clear and standardized.
- You could try to add me media queries to the responsive.css file so it is only met when the user browses the file within the media query condition such as
Marked as helpful1
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