align-content # 22

align-content

Aligns the grid items inside the grid container along the column(vertical) axis.


Syntax

.container {
  align-content: start | end | center | stretch | space-around | space-between | space-evenly;   
}

Example




































Post a Comment

Previous Post Next Post