CSS Bologna 👨‍🏫

Grid Basics

🏡 Home

CSS Grid is used mainly for layouts that involve both columns and rows, like a gallery. All Grid columns are the same width, but the content in each cell can overflow across the page.

display: grid;
height: 300px;