Direct link to the article grid-row

grid-row

The grid-row CSS property is a shorthand that specifies the row grid lines where a grid item starts and ends in a grid layout, and does it in a single declaration.

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.grid-item:nth-child(2) 
Avatar of Mojtaba Seyedi
Mojtaba Seyedi on
Direct link to the article Instant Articles, Proprietary Syndication, and a Web Built on User Fidelity Preferences

Instant Articles, Proprietary Syndication, and a Web Built on User Fidelity Preferences

I love it when there’s a sense of synergy in the blogosphere. First, I caught Nick Heer’s coverage of Meta ending support for Instant Articles, its proprietary format for stripped-down performant news articles. He also compares it to the similar …

Avatar of Geoff Graham
Geoff Graham on