Please enable JavaScript.
Coggle requires JavaScript to display documents.
Flexbox (justify-content
aligns items horizontally (flex-end:
Items…
Flexbox
-
-
-
-
-
-
-
order
By default, items have a value of 0,
but we can use this property to set it
to a positive or negative integer value.
flex-flow
shorthand flex-direction, flex-wrap
-
align-self. This property accepts the same values as align-items and its value for the specific item.