Design comparison
SolutionDesign
Community feedback
- @ajasmine94Posted 15 days ago
Hi! Great job on finishing this too :) If you'll allow me, I'd love to leave a few feedback that I think might help with the solution.
- for the background, you could set the properties using the
body {}
element on your css file. You could refer to the style-guide.md file for this. - By adding the above element on your css file, it might also be a good idea to add
margin:0
to remove the default margin set by the browser (in case). - I think that it would be easier to use Flexbox (or use this Guide) in centering your container element.
Have a good day!
0 - for the background, you could set the properties using the
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