How should I create the layout in the image using grid
I am trying to create this type of layout on the grid but am not sure how i could achieve it with it. also if you know any type of grid layout generator tool that would be very great help!
8 Replies
this is probably a bad fit for a grid layout
or rather, anything beyond the columns isn't a good fit for grid
i would use 2 flex cols
with the second col a css columns layout
yeah that's why i though why it isn't working out great. flex-wrap will do the thing right?
EdRoh
YouTube
The Only CSS Layout Guide You'll Ever Need
CSS gets real messy but people insist on continually approach css with a chaotic approach. In this video, I go through a step by step process of how you should approach css layouts, an exact strict guide on how you can approach it without leading to css chaos. As someone who experienced a lot of chaotic and poorly maintained css codebases, this ...
i have these list with the title and sub_title in the 8 of divs like
.footer__content__menu__section
and all of these divs are in the .footer__content__menu
where i am giving the display: grid
property,
I need a proper guidance or advice like what should i do to achieve this type of layout successfully!share your code, then maybe someone will be able to help
preferably in codepen or something similar
ok
here's the live code
https://codepen.io/raj-shukla/pen/NWJWogb