RAM — CSS Layout Pattern

Enrico Gruner
Towards Dev
Published in
2 min readMay 20, 2022

--

Learn about the RAM Layout Pattern.

Photo by Mitchell Luo on Unsplash

Many front-end developers I meet don’t yet use current CSS layout techniques. This article will outline one of my favorites: The RAM pattern.

RAM stands for Repeat, Auto, and Minmax. It is a common CSS grid layout pattern.

When to use CSS Grid vs. CSS Flexbox?

--

--

I write about new programming topics and explain concepts in simple words. I write about JavaScript, React, CSS, and Unity. Join me on my journey!