Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am pround of not giving up
What challenges did you encounter, and how did you overcome them?change from mobile to desktop, I had some challenges in change the image and from display block to display grid
What specific areas of your project would you like help with?Helping in understanding better display block, display flex and display grid
Community feedback
- @vishalpawarRPosted 8 months ago
Display block takes the full width of the container like p, div, main etc tags.
Display inline take whatever space it needs not full space like span, anchor, img etc tags
Display flex and grid are mostly used in responsive layouting
Display flex is used for creating 1 dimensional layout
Display grid is used for 2 dimensions layout
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