Add Item
Center Dynamic CSS Grid
(has dynamic amount of columns)
display: grid;
justify-content: center;
grid-template-columns: repeat(auto-fit, 250px);