Submitted over 2 years ago
Responsive design made with HTML5, CSS3 using flexbox and grid layout.
@VictorGelado
Design comparison
SolutionDesign
Solution retrospective
Any tips would be very helpful.
Community feedback
- @afaiz-spacePosted over 2 years ago
Hey @VictorGelado,
- Remove
height: 725px;
from container class. also, Removeheight: 482px;
from container class of media query.
0@VictorGeladoPosted over 2 years ago@afaiz-space Could you explain to me why it works even without the container having a defined height? Is it because of the Grid layout or because of the width that is already set? so the browser tries to find a suitable height. I tried to understand, but it's hard, help me please.
0@afaiz-spacePosted over 2 years ago@VictorGelado This height is fixed. Content overflows in this. It will not show overflow. When you resize the window, it will be visible. That's why the height will be removed.
- are you on slack.
0 - Remove
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