7 ポイント 投稿者 xguru 2021-11-25 | 1件のコメント | WhatsAppで共有
  • Super Centered { place-items: center }

  • The Deconstructed Pancake { flex: 0 1 }

  • Sidebar Says { grid-template-columns: minmax(, ) ... }

  • Pancake Stack { grid-template-rows: auto 1fr auto }

  • Classic Holy Grail Layout { grid-template: auto 1fr auto / auto 1fr auto }

  • 12-Span Grid { grid-template-columns: repeat(12, 1fr) }

  • RAM (Repeat, Auto, Minmax) { grid-template-columns: repeat(auto-fit, minmax(, 1fr)) }

  • Line Up { justify-content: space-between }

  • Clamping My Style { clamp(, , ) }

  • Respect for Aspect { aspect-ratio: / }

1件のコメント

 
xguru 2021-11-25

たった1行と言うには少し微妙ですが……役に立ちそうですね。