Design comparison
SolutionDesign
Solution retrospective
Still trying to figure out how to make the transitions less ugly, and get my stuff to stay inside its containers as the browser shrinks. This usually comes naturally to me - everything stays nicely inside my shell. All tips welcomed.
Community feedback
- @markstreichPosted over 1 year ago
On desktop:
If the browser is tall, the container is too big. height rule not needed at all on .container?
At narrow viewports, the 3 column heights are different. Can do eg. align-items: stretch; on the container, and remove height:100% from .sedans, .SUVs, .luxury
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