Grid-Components

Please log in to post a comment
Log in with GitHubCommunity feedback
- @kodan96
hi there! 🙌
Couple of layout related tips:
-
I'd suggest you look into CSS Grid, applying hundreds of pixels as margin wont do any good for your page's responsivity. It's relatively easy to learn the best tool to create layouts like this
-
Don't use pixels, use relative units
-
Don't apply height or width to your elements, they adapt to their content by default (this is one part why grid is useful, you can define the area certain elements can take and text will automatically wrap within that area)
Hope this was helpful 🙏
Good luck and happy coding! 🤘
Marked as helpful -
Join 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