Design comparison
SolutionDesign
Solution retrospective
Hi there! Hope everyone doing great.
Today I faced problem about:
- .grid (class) not working.
- using gird ( margin-left : -18rem) seems like not good idea to use -ve margin.
- faced problem to do center all items.
- item-2 and item-3 not at same place after responsiveness.
Appreciate it for feedback : )
Community feedback
- @FoxMalder-coderPosted over 2 years ago
Hi! Try to think of content like just 1 grid - not 3 like in your case. All articles are grid cells. Use grid-column (or grid-row) properties to make them take more then one cell. For examlpe, grid-column-end: span 2 - make article take two column width. Yor can use another grid for article's content of course.
Marked as helpful1 - @elangyudha280Posted over 2 years ago
maybe you can try to give the size of the height and width for the body
0
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