Design comparison
SolutionDesign
Solution retrospective
Hello, Frontend community! Open to any feedback and advice
Community feedback
- @mycrochipPosted over 2 years ago
Nice work John.
Well done on completing the challenge.
I only noticed something wrong with the navbar at 779px (a row gap should fix this).
Great submission nonetheless.
0@mycrochipPosted over 2 years ago@JohnIdenyi
You're welcome John. 'row-gap' is essentially a property applied to layouts like flex or grid. It separates child elements that fall into different rows by a specified value. For example:
.parent { display: flex; flex-direction: column; /*could as well be row depending on need*/ row-gap: 2rem; }
Marked as helpful0
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