Design comparison
Solution retrospective
I would like to see feedback about accessibility. There are a lot to digest in this learning path.
Community feedback
- @simplyObarePosted about 2 months ago
nice work, though I couldn't see the modal after submission
0@KapteynUniversePosted about 2 months ago@simplyObare I used settimeout function to reload to page after the submission. Could it be because of it? It works for me. Maybe i need it to change it to 2 secs
setTimeout(function () { location.reload(); }, 1000);
0@simplyObarePosted about 1 month ago@KapteynUniverse I think the issue is with my screen size, When I view it on a larger screen it pops up. My bad. it's great
1@KapteynUniversePosted 2 days agoHey @simplyObare, 1 month later i understand the issue you were talking about and fixed it :D
I don't know where it came from but i added
html, body { height: 100%; }
this to the css reset on the early challenges. Because of this form was overflowing to the top. One day i will come back and redo this challenge.
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