CSS Flexible Box Layout Module
Method of positioning elements in horizontal or vertical stacks. Support includes all properties prefixed with `flex`, as well as `display: flex`, `display: inline-flex`, `align-content`, `align-items`, `align-self`, `justify-content` and `order`.
CSS justify-content: space-evenly
The "space-evenly" value for the `justify-content` property distributes the space between items evenly. It is similar to space-around but provides equal instead of half-sized space on the edges. Can be used in both CSS flexbox & grid.
css property: justify-content: supported in flex layout
css property: justify-content: supported in flex layout: `left` and `right`
css property: justify-content: supported in flex layout: `safe` and `unsafe`
css property: justify-content: supported in flex layout: space-evenly
css property: justify-content: supported in flex layout: `start` and `end`
css property: justify-content: supported in flex layout: stretch
8 results found.