Design comparison
Solution retrospective
I was pretty happy about the form validation having worked properly. I didn't have much experience working with form validation before, so it was interesting to learn more about it. Messing around in RegExr for the email validation pattern was also quite fun.
What challenges did you encounter, and how did you overcome them?I struggled a little with ordering the content for the mobile. flex-direction: reverse
was surprisingly handy.
For mobile sizing, my content still overflows the viewport. Using fit-content
within the media query to adjust the height on the html and body elements worked, but that then messed with my success screen as it stopped covering everything I wanted covered because there was not enough content.
I ended up leaving it with visible overflow as it's not noticeable without devtools, but I felt like there was a solution to it that I wasn't able to grasp.
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