Design comparison
Solution retrospective
The biggest difficulty found was related to the positioning of the elements in the css.
Community feedback
- @LooceePosted about 2 years ago
Hi, maybe you could align the texts in the body to center
body { text align: center; }
I think you should also remove the height property from your container so it can adjust to changes
Add margin top and bottom to the content in your container excluding the button, so they can be evenly spaced.
Rather than leaving your page empty till the user clicks the button, I think you should add some content like Advice #117 as given in the design files.
I hope this helps and happy coding.
Marked as helpful0@rapha0311Posted about 2 years ago@Loocee thank you for the tips! It's always nice to receive constructive criticism.
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