Write a program to create a grid of 6 block elements with 3 of them in one row as shown below
- You already have been given the HTML boilerplate. You just have to write the CSS.
- Use CSS
grid
properties to create the desired code
- Each grid element has a
background-color
of#f2f2f2
and aborder
of1px solid #ccc
. All text is center aligned