Hacker News new | ask | show | jobs
by moi2388 204 days ago
Live side by side unfortunately. I personally however always use grid, flexbox sucks.
3 comments

On the other hand, I only use flexbox and I think grid sucks.
Flexbox is great for stacking and distributing elements vertically or horizontally, especially when you don't know how many there are.
Can you get the same alignment properties with the grid? If so, I will use the grid more often.