Latest solutions
Responsive Blog Preview Card Using CSS Flexbox
Submitted 12 months agoAm I using Flexbox to the best of it's abilities? I feel like the way I've structured the HTML and used Flexbox is inefficient, and would love some pointers or tips to improve how my code is structured.
QR code component challenge using CSS Flexbox
Submitted about 1 year agoHow to achieve the same result using a CSS framework, and with CSS grid instead of flexbox
Latest comments
- @TommyNhatNguyen@abdusali1234
- Layout looks good on a range of screen sizes
- Code appears to be well structured
- solution only differs from design because of the footer, otherwise near the same. I think the shadow is slightly different as well.
- More semantic HTML could be added, only saw the footer tag
- was fairly accessible, there was alt text for images. The post title could have used a header tag.
Good stuff man!
- @foo-lin-xuan@abdusali1234
Does the solution include semantic HTML? yes Is it accessible, and what improvements could be made? yes, n/a Does the layout look good on a range of screen sizes? yes Is the code well-structured, readable, and reusable? yes Does the solution differ considerably from the design? no