Design comparison
Solution retrospective
Can anybody help with getting rid of the extra blankspace ob the right? I have tried all the tricks i know but still can't figure it out
Community feedback
- @rfilenkoPosted over 4 years ago
Hey, small tip - for debugging use * {outline: 1px solid orangered; } to see which element overflows😎.
Don't set specific width and height, in your case images, .header, sections like .grow, .flow. Also use classes to reapply them multiple times, now you have a lot of repetions in your styles. Don't forget to add background to .get section.
You can also check any of my solutions to see how to reuse classes and to organize code in html and css.
Keep practicing, Roman
0@BanxxgitPosted over 4 years ago@rfilenko Hi, i changed from flexbox to grid, got rid of the extra spaces
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