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
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