Design comparison
SolutionDesign
Solution retrospective
we keep getting our hands dirty with code .. how far have I gone guys ..?
Community feedback
- @RioCantrePosted almost 3 years ago
Hello there! Good job with this one. Looking at your solution, I would suggest the following for you...
- Add
margin-top: 6rem;
in.main-container
rule set to align the content in the center and adjust the border radius into0.7em
- Add
line-height: 1.6;
in thepage-content
rule set. Alternative is to wrap it withp
instead ofdiv
- Add border radius in the media queries
- Wrap the
main-container
with specific tag likemain
andattribution
withfooter
tag for readability
Hope this helps and Keep up the good work!
0 - Add
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