DOUM Coding
CSS Property Explanation 5050. grid-auto-flowYe property define karti hai ki grid me items kis direction me fill honge (row ya column).Use Case:Agar kisi grid me items ko automatically column-wise arrange karna ho to grid-auto-flow: column; ka use karein.Example:.container { display: grid; grid-auto-flow: column;}Isse grid items automatically columns me arrange honge.If you like this type of informative post, please like for more!
1 month ago | [YT] | 6
DOUM Coding
CSS Property Explanation 50
50. grid-auto-flow
Ye property define karti hai ki grid me items kis direction me fill honge (row ya column).
Use Case:
Agar kisi grid me items ko automatically column-wise arrange karna ho to grid-auto-flow: column; ka use karein.
Example:
.container {
display: grid;
grid-auto-flow: column;
}
Isse grid items automatically columns me arrange honge.
If you like this type of informative post, please like for more!
1 month ago | [YT] | 6