Design comparison
Community feedback
- @kodan96Posted 5 months ago
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 helpful0@sai2k23Posted 5 months ago@kodan96 Thanks for your comment, i am waiting is their some to help me out, but really i learnt a lot from this , For sure recorrect them , i need to your help to learn more in this web development field. Thank once again.
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