Pod Request Access Landing Page with Flexbox and JavaScript

Solution retrospective
This challenge was tough getting the layout to the designs! I do have some questions though.
-
Does
position:absolute
cause elements to move around when the viewport is resized? -
Is there an easy way to change the color of the svgs?
-
What stumped me the most with the JavaScript, how to get the boolean value from the Regex to compare it to the email
<input>
. What ended up working was passing in the variablesemailValue
instead ofemail
into the Regex, which I don't fully understand, It seems that they are both strings? If you understand why, let me know!
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Marcus Hugo's solution.
Join 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