Design comparison
SolutionDesign
Solution retrospective
Hi everyone, I just finished this challenge and would really appreciate your thoughts, Thanks.
Community feedback
- @besttlookkPosted over 2 years ago
hi, Following are the issue i found in your solution.
- Number button does not look like a circle. Try giving equal width and height and then 50% border radius.
height:30px; width:30px; border-radius:50%;
- You did not consider the situation where user clicks on submit button without selecting the number. Disable the button in that case.
3.Thank you screen side image looks out of order.
good luck
#happyCoding
1 - @boedegoatPosted over 2 years ago
Great work @Igwe0001
You did it pretty good. One thing to note, you might want to add display block and margin auto to img inside the
<div class="thanks" >
. That will be fix your img layout.Keep it up and happy coding ☕
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