Answers for "how to make height same of flex items"

1

flexbox apply same height to items

align-self: stretch;
Posted by: Guest on March-21-2022
7

flex all child same width

.child {
	flex: 1;
}
Posted by: Guest on July-17-2020

Code answers related to "how to make height same of flex items"

Browse Popular Code Answers by Language