Waiting list sign up page – CSS Grid, Flexbox, JS validation
Design comparison
Solution retrospective
Hey, Frontend Mentor community,
Question re. best practices: For this challenge, to achieve a nice responsive feel on Desktop I opted to use Grid.
This presented challenges on mobile, where the image had to be placed second in the order of elements. To get around this, I added a secondary 'hero image' element and disabled the desktop version using CSS when viewing the mobile breakpoints.
Is this considered bad practice? Is there another method which I could have used to achieve the same result?
Thanks!
Community feedback
- @Vincent-BoutonPosted 8 months ago
Hello Scott! 👋
Good job on completing the challenge ! 💪
Answer to your question
This is a good way, altough you can use the
<picture>
tag to display different picture on different size.Keep the good work! 👌
1 - @Ezekiel225Posted 8 months ago
Hello there 👋 @Scott1UP.
Good job on completing the challenge !
Your project looks really good!
I have a suggestion about your code that might interest you.
📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.
It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!
I hope this suggestion is useful for future projects.
Other than that, great job!
Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.
Happy coding.
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