{"id":345582,"date":"2021-07-30T13:07:44","date_gmt":"2021-07-30T20:07:44","guid":{"rendered":"https:\/\/css-tricks.com\/?page_id=345582"},"modified":"2021-08-06T14:08:18","modified_gmt":"2021-08-06T21:08:18","slug":"208-a-css-grid-layout-with-pictures-down-one-side-matched-up-with-paragraphs-on-the-other","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/video-screencasts\/208-a-css-grid-layout-with-pictures-down-one-side-matched-up-with-paragraphs-on-the-other\/","title":{"rendered":"#208: A CSS Grid Layout with Pictures Down One Side Matched Up with Paragraphs on the Other"},"content":{"rendered":"\n

This is the video version of a blog post we did<\/a> asking the question: How do you make a layout with pictures down one side of a page matched up with paragraphs on the other side?<\/p>\n\n\n\n

It’s a satisfying answer because we can pull this off with simple semantic markup (really just <img><\/code> and <p><\/code> over and over) and a few lines of CSS grid. And yet! Of course, we find lots of quirks and things to figure out. <\/p>\n\n\n\n