Noleli’s avatarNoleli’s Twitter Archive—№ 30,374

  1. Reading the css newsletter a couple weeks ago I learned that you can overlap grid content (late to the party). I realized you could use that to make an accordion/stacked card thing with no absolute positioning. Too bad you can’t transition grid-row-start codepen.io/noleli/full/rNzGvoZ
    1. …in reply to @Noleli
      css Actual card positioning is all css, there’s just an annoying amount of js to look at where a card will be and do a transition animation to get there