CSS Grid Master
Score: 0
Challenge 1: Basic Grid Layout
Create a simple 3x2 grid layout with equal columns and rows.
grid-template-columns
grid-template-rows
repeat()
Your Grid Preview
1
2
3
4
5
6
CSS Editor
Loading...
Edit the CSS above to match the target grid layout.
Focus on the CSS Grid properties to solve the challenge.
Target Grid
1
2
3
4
5
6