79107191

Date: 2024-10-20 13:50:25
Score: 1
Natty:
Report link

one approach is to to use grid to simulate wrap on the child element

.col3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vipul Dessai