skip to Main Content

CSS Grid Images do not scale

Am I doing something wrong that the css grid command is not scaling the items in my grid? I must be misinterpreting how the minmax value works. .grid { display: grid; align-content: center; justify-content: center; /* flex-shrink: 0; */ grid-template-columns:…

VIEW QUESTION

CSS Grid, unexpected gap

I'm facing unexpected gaps when building embedded css grids. The layout is made of cards (3 cards per row) and each card sub-elements (orange / grey / black into my example) have to be aligned between each other (into the…

VIEW QUESTION
Back To Top
Search