Design comparison
Solution retrospective
Think it turned out close to the design. Suspect the error message could have been done better - but was limited with my current knowledge of Javascript.
What challenges did you encounter, and how did you overcome them?Getting the error message display behaving properly for both desktop and mobile was a minor hurdle. Could get either the desktop error message or the mob error message working but not both until I put this if statement in the js.file.
if (window.matchMedia('screen and (max-width: 375px)').matches) { blueBtn.style.marginTop = "2rem"; } This approach seemed to work
What specific areas of your project would you like help with?For any javascript solution I come up with - there's invariably loads more elegant solutions . At this stage - it's trial and error - research - memory and hopefully some tips from well meaning people who know more than I do.
Community feedback
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