Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 566 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 566 Bytes

3 Grid CSS

Write a program to create a grid of 6 block elements with 3 of them in one row as shown below

Instructions

  1. You already have been given the HTML boilerplate. You just have to write the CSS.
  2. Use CSS grid properties to create the desired code

Styling Information

  1. Each grid element has a background-color of #f2f2f2 and a border of 1px solid #ccc. All text is center aligned