Home
CSS
CSS Grid Container
Tryit: The grid-template-columns property
Run ❯
Get your
own
website
❯
Run Code
Ctrl+Alt+R
Save Code
Ctrl+Alt+A
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
The grid-template-columns Property
You can use the
grid-template-columns
property to specify the number of columns in your grid layout.
1
2
3
4
5
6
7
8