
Conference Ticket Generator 🚀
Design comparison
Solution retrospective
I'd appreciate the help on how I can position the big squiggly line on the bottom.
Community feedback
- @ippotheboxerPosted about 1 month ago
Hey there, nice solution! To position the big squiggly line, you can use absolute positioning on it and set
bottom: 0; left: 0;
You error handling works nicely, but I can not submit an image and the ticket will still be generated. Make sure to check if this is provided! Also when provided, it doesn't show on the ticket after submission.
Marked as helpful0@RealKendprPosted about 1 month ago@ippotheboxer Thank you for trying it out, and taking the time to form a feedback.
"I can not submit an image and the ticket will still be generated."
- yes I intended that; my idea is to make the image optional and show a random generated avatar if no image is selected.
"when provided, it doesn't show on the ticket after submission."
- Im not aware of that, it seems to just work fine on my end. Ill check further.
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