Design comparison
Solution retrospective
Looking at old projects I've already made what bothered me was setting the size with the height and width of each element and now I easily manage to work with margins, padding, and gaps.
What challenges did you encounter, and how did you overcome them?Before this challenge, I practiced grid with tools like Grid Garden and made some mini projects in my CodePen but what I faced in this challenge was different and helped me better understand grid usage and properties.
What specific areas of your project would you like help with?In the desktop version, there is a scroll bar where only the footer tag is located. Is it possible to remove this bar? I tried using min-height: 100vh
on the body.
Community feedback
- @SvitlanaSuslenkovaPosted 2 months ago
Hi, good job. But please, consider to add max-width to your testimonial-container, it doesn't replace width, but will help you to control it's width, especially on bigger screens.
Hope you found this comment helpful :)
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