TIL difference between justify-content vs justify-items
POSTED ON:
TAGS: css grid layouts stack-overflow
justify-content vs justify-items
The justify-content
property aligns columns within the container.
The justify-items
property aligns grid items within their tracks (not the entire container)
REFERENCE:
Stack Overflow
Related TILs
Tagged: css