Latest solutions
Latest comments
- @sagun-k@jamiem89
There seems to be a lot of visual differences between your solution and the original design. I'd go back and double check to make things look correct before any further feedback is required.
- @venkateshbaddela@jamiem89
This solution doesn't fit on my laptop screen. You should try using %-based width, rather than absolute values if you want the solution to look good on all screen sizes.
- @Uzor13@jamiem89
Hmm, not sure this is the ideal solution. It looks broken at tablet sizes and the columns are all different widths up at desktop.
- @didhee@jamiem89
All looks good to me. The only feedback i'd give is this: You're switching to the desktop view far too early. Between 375px and 900(ish)px, everything looks very squished in and it gets uncomfortable for a viewer to read.
- @Sayyid-Major@jamiem89
Looks really good. Nice attention to detail!
- @ahnge@jamiem89
Flexbox and grid have very different use cases. I would recommend learning both as grid is way better for multi-dimensional layouts. Flexbox works great for a layout like this though!