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

  2. css property: align-content: supported in flex layout: `space-evenly`

  3. css property: justify-content: supported in flex layout: `space-evenly`