Arrange the four .tile elements inside .gallery into a 3-column grid with consistent spacing between tiles.
Acceptance criteria
- 1.Make .gallery a grid container.
- 2.Use exactly 3 equal-width columns.
- 3.Add visible spacing between tiles with gap.
Arrange the four .tile elements inside .gallery into a 3-column grid with consistent spacing between tiles.
Output ready when you are
Press Run to render your code, or Submit to validate your solution.