Design comparison
SolutionDesign
Solution retrospective
It looks really not bad in file on my PC, but after I uploaded it on GitHub my divs stretched and their height doubled. Also mobile version absolutely doesn`t work. I guess my mistakes are really stupid, so, please, tell me how it should work
Community feedback
- @ashiqfuryPosted about 3 years ago
Great work.
- Put your three columns in a container. Use flexbox in body tag to center the container.
- In mobile view, change
flex-direction: column
in container.
If you don't know, how to use flexbox, add
display: block
in div element on mobile view. It will display the div elements one by one.Thanks.
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