Latest solutions
Latest comments
- @Faylette@fasih-mehmood
Flexbox is definitely the way to go when it comes to centering elements. Also avoid using ID's as much as you can and make use of classes instead. Avoid using absolute sizes as well, instead of pixels, try using % or rem or em.
Other than that, the solution looks great! Keep up the good work.
Marked as helpful - @klausMikaelson7@fasih-mehmood
Looking great! My only feedback would be not to use jQuery. It's really not needed anymore.
Marked as helpful - @FluffyKas@fasih-mehmood
Beautifully executed. The code is very clean and easy to understand which I really love. You did an awesome job!
Keep up the good work and have a good day as well.
- @m0vr4d
- @thaiscode@fasih-mehmood
Of course, but it'd be better to set the flex-wrap property to wrap as well while giving fixed size to the flex items so instead of getting squished on smaller screens, the individuals items wrap to the next row to maintain responsiveness.