
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I like how the challenge turned out to be with the javascript implementation however id like to use css only for transitions as simple as the one i used
What challenges did you encounter, and how did you overcome them?- i dont know whether its ok to use min-height: inherit; on the main tag so it inherits the height of the body. The main tag was too short, i managed to solve the problem with min-height: inherit; and flex-grow: 1; but id like to know which approach is better
- max-width: ..px and width: 100% will work on both flex and grid items. However on grid items, when scaling down the viewport max-width gets ignored, id like to know why that happens with grid and not with flex
Id appreciate any light shed on why max-width: 100% for containers works on flex items when scaling down the viewport but it wont work on grid items
Community feedback
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