Design comparison
Solution retrospective
Manage to finish, probably how I handle managing the phone size part
What challenges did you encounter, and how did you overcome them?My major challenge was making the email input button to look exactly like the error img shown in the test. I procrastinated on this test because of it. But I managed to finish it.
What specific areas of your project would you like help with?Is this how you handle media query and how to adjust it for mobile devices? any better ways to code my "Valid email required" with just basic js,css?
Community feedback
- @SvitlanaSuslenkovaPosted about 1 month ago
it's considered to be the rule to write css for mobile first (loads faster for smaller device), the use @media (with min-width) for desktop.
0 - @shpokas-ioPosted about 1 month ago
Beutifull code, i like that you add comments near JavaScript to figure out faster what your code does , only you can add live URL to your solution in GitHub repo
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