Next-Gen App & Browser
Testing Cloud

Trusted by 2 Mn+ QAs & Devs to accelerate their release cycles

Next-Gen App & Browser Testing Cloud

CSS justify-content: space-evenly

The 'justify-content' property's space-evenly value spreads the space between items evenly. It is similar to space-around, however it gives equal room on the edges rather than half-sized space. It can be used in both CSS flexbox and CSS grid.

Last updated on : 2023-03-20

Browser Versions

IEIE

EdgeEdge

FirefoxFirefox

ChromeChrome

SafariSafari

OperaOpera

5.5 - 11
Test on IE 5.5 - 11 ...
12 - 15
Test on Edge 12 - 15 ...
16 - 18
Test on Edge 16 - 18 ...
79 - 111
Test on Edge 79 - 111 ...
2 - 51
Test on Firefox 2 - 51 ...
52 - 113
Test on Firefox 52 - 113 ...
4 - 56
Test on Chrome 4 - 56 ...
57 - 59
Test on Chrome 57 - 59 ...
60 - 114
Test on Chrome 60 - 114 ...
3.2 - 10
Test on Safari 3.2 - 10 ...
10.1 - 10.1
Test on Safari 10.1 - 10.1 ...
11 - 16.4
Test on Safari 11 - 16.4 ...
9.5 - 43
Test on Opera 9.5 - 43 ...
44 - 46
Test on Opera 44 - 46 ...
47 - 95
Test on Opera 47 - 95 ...

...Fully Supported

...Partially

...No Support

Formal Definition

Inherited

no

Applies to

flex containers

Initial value

normal

Animation type

discrete

Computed value

as specified

Specifications

CSS Box Alignment Module Level 3 # align-justify-content CSS Flexible Box Layout Module Level 1 # justify-content-property

Syntax

/* Positional alignment */
 justify-content: center;
 /* Pack items around the center */
 justify-content: start;
 /* Pack items from the start */
 justify-content: end;
 /* Pack items from the end */
 justify-content: flex-start;
 /* Pack flex items from the start */
 justify-content: flex-end;
 /* Pack flex items from the end */
 justify-content: left;
 /* Pack items from the left */
 justify-content: right;
 /* Pack items from the right */
 /* Baseline alignment */
 /* justify-content does not take baseline values */
 /* Normal alignment */
 justify-content: normal;
 /* Distributed alignment */
 justify-content: space-between;
 /* Distribute items evenly The first item is flush with the start, the last is flush with the end */
 justify-content: space-around;
 /* Distribute items evenly Items have a half-size space on either end */
 justify-content: space-evenly;
 /* Distribute items evenly Items have equal space around them */
 justify-content: stretch;
 /* Distribute items evenly Stretch 'auto'-sized items to fit the container */
 /* Overflow alignment */
 justify-content: safe center;
 justify-content: unsafe center;
 /* Global values */
 justify-content: inherit;
 justify-content: initial;
 justify-content: revert;
 justify-content: unset;

Browser Compatibility

CSS justify-content: space-evenly on IE is not supported on any IE versions.

CSS justify-content: space-evenly on Edge is fully supported on 79-111, partially supported on 16-18, and not supported on 12-15 Edge versions.

CSS justify-content: space-evenly on Firefox is fully supported on 52-113, and not supported on 2-51 Firefox versions.

CSS justify-content: space-evenly on Chrome is fully supported on 60-114, partially supported on 57-59, and not supported on 4-56 Chrome versions.

CSS justify-content: space-evenly on Safari is fully supported on 11-16.4, partially supported on 10.1-10.1, and not supported on 3.2-10 Safari versions.

CSS justify-content: space-evenly on Opera is fully supported on 47-95, partially supported on 44-46, and not supported on 9.5-43 Opera versions.

CSS justify-content: space-evenly on Safari on iOS is fully supported on 11-16.4, partially supported on 10.3-10.3, and not supported on 3.2-10 Safari on iOS versions.

CSS justify-content: space-evenly on Android Browser is fully supported on 97-111, and not supported on 2.1-4 Android Browser versions.

CSS justify-content: space-evenly on Opera Mobile is fully supported on 64-73, and not supported on 10-12 Opera Mobile versions.

CSS justify-content: space-evenly on Chrome for Android is fully supported on all Chrome for Android versions.

CSS justify-content: space-evenly on Firefox for Android is fully supported on all Firefox for Android versions.

CSS justify-content: space-evenly on Samsung Internet is fully supported on 8.2-20, partially supported on 7.2-7.2, and not supported on 4-6.2 Samsung Internet versions.

92
Hightooltip

Overall Browser Compatibility Score

Note:CSS justify-content: space-evenly shows a browser compatibility score of 92. This is a collective score out of 100 to represent browser support of a web technology. The higher this score is, the greater is the browser compatibility. The browser compatibility score is not a 100% reflection for every browser and the web technology support. However, it does give you an estimate on how much you should rely on a particular web technology in terms of browser compatibility.


Test on 3000+ browsers for CSS justify-content: space-evenly & more

Test your website for CSS justify-content: space-evenly and other web technologies. Get 100 FREE automation test minutes!

Test Now...

KaneAI - Testing Assistant

World’s first AI-Powered E2E testing agent.

...
ShadowLT Logo

Start your journey with LambdaTest

Get 100 minutes of automation test minutes FREE!!

Signup for free

Did you find this page helpful?

Helpful

NotHelpful