Design comparison
SolutionDesign
Solution retrospective
I struggled with positioning absolute throughout this project. Way too much 'magic number' picking to line things up, and in the end I'm not at all happy with the end product. I would love to hear any tips from others who tackled this project.
Community feedback
- @symo-058Posted about 1 year ago
Hey there. Your solution looks great but still you can use the code below to output your events in real time. Replace the HTML elements with your own and still you can check out my code. inputNumber.addEventListener('keyup', function(){ outputNumber.textContent = inputNumber.value; });
0
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