Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Pack lines toward the center of the flex container

div {
  width: 70px;
  height: 300px;
  border: 1px solid #c3c3c3;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
 
PREVIOUS NEXT
Tagged: #Pack #lines #center #flex #container
ADD COMMENT
Topic
Name
9+8 =