I am using CSS Grid for my website. I would like to know how to make wrapper (divs) fit the screen size?
-
which grid are you using ? your own ? chat does the code looks like ? are you using float ? inline ? tell us morekevinniel– kevinniel2018-03-10 19:18:10 +00:00Commented Mar 10, 2018 at 19:18
-
CSS grid, css-tricks.com/snippets/css/complete-guide-grid I am not using float.Ikkaom– Ikkaom2018-03-10 19:22:22 +00:00Commented Mar 10, 2018 at 19:22
-
It seems to be in your ".container" declaration, with the "grid-template-columns" property. Have you try to change those values ??kevinniel– kevinniel2018-03-10 19:25:38 +00:00Commented Mar 10, 2018 at 19:25
-
I fixed my problem. I would like to ask how to add rows into a column?Ikkaom– Ikkaom2018-03-11 16:20:13 +00:00Commented Mar 11, 2018 at 16:20
Add a comment
|