Design comparison
Solution retrospective
Any feedback or corrections will be appreciated :)
Community feedback
- @RayaneBengaouiPosted over 3 years ago
Hello Sabine,
First of all, congrats for the challenge !
You are very close from the final design ! However to be a little bit more accurate I would use
justify-content : center
to yourthreecolumn
class and then add a bit of margin likemargin : 0 2rem
on themiddle
class.Also, you have some vertical scrolling, to remove it you should add
margin: 0
on yourbody
because there is a default margin. Most of people use* { box-sizing : border-box; margin : 0; padding : 0; }
on the beginning of their CSS to override those behaviors.Overall, well done for the challenge and happy coding ! 😃
0@LadyoftheCavePosted over 3 years agoThank you Rayane,
I will change the code this evening :)
Best Regards,
Sabine
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