@JanAbeSubmitted 10 months ago
Is using two css-grid containers
the best way to center the content using css-grid
?
(I am new to using css-grid)
Is using two css-grid containers
the best way to center the content using css-grid
?
(I am new to using css-grid)
nice work Janabe. Grid is best used when you have sections or relatively more than one content in different containers in your body. With just a single container(box), you can give you container a margin left and right auto to center it or use display flex, justify-content center