CSS grid is a css module used to make stuffs like these:
It is used for css layouts and positioning.
To a beginner, css grids comprises of uncl...
For further actions, you may consider blocking this person and/or reporting abuse
Overall your article is good enough. I have learnt much more about CSS grids but now thing stucked me as your written lines are....
"The vertical arrangements of James, Peter, Paul and Jane is a COLUMN.
i.e we have 4 columns.
The horizontal arrangement of James, Charles, and Elvis;"
As I know about vertical vs horizontal views are like below picture,
Thanks for the observation Fahad.
Please go through that section again,
I just edited the post for better understanding.
By the way, I'm glad you learnt more on css grid 😊.
Thankful to u
Nice article Halimah!
Just wanted to add a pretty cool property. As you did on the example, your 2 first rows are going to be with a height of 60px. But what is going to be the height for the upcoming rows?
For that comes into the game grid-auto-rows. With this property you can set the height of the upcoming rows in general. This will allow you to control your layout with more data that could be entered.
So, if we want all rows to be 60px height we can just remove the grid-template-rows and add grid-auto-rows: 60px;
Or if we want the 2 first with 60px and the rest to be 40px for example, we can add grid-auto-rows: 40px;
Congrats on the post :)
Wow
Nice one Amir 👍
Thanks for this!
I learnt from it too 😊
Thanks Halimah!
You're welcome John Peters.
Thanks Halimah. The post is really educative
You're welcome Hamza.
I'm glad it helped 😊
Thank you Halimah!
I learnt something today.
You're welcome Ibby!
I'm glad you did.
Thanks for sharing Halimah