gap: 0px 0px; grid-auto-flow: row; justify-content: center; align-content: center; justify-items: center; align-items: center; grid-template-areas: "img scroll"; width: 200px; height: 100px; } .img { grid-area: img; } .scroll { grid-area: scroll; overflow: auto; text-align: center; color: white; }
This is a paragraph.