/    Sign up×
Reference /Pin to ProfileBookmark

The flex property is shorthand for flex-grow, flex-shrink, and flex-basis, in that order.

Syntax

This property only has an effect on flexible items.

.container {
  flex: 1;
}

Values

flex-grow
Numerical value that designates how a flexible item will shrink in relation to the rest of the flexible items in the same container.

flex-shrink
Numerical value that designates how a flexible item will grow in relation to the rest of the flexible items in the same container.

flex-basis
Designates the initial length of a flexible item. Possible values: “auto”, “inherit”, or a length unit (px, em, rem, etc.) or percentage.

auto
Same as 1 1 auto.

initial
Same as 0 1 auto.

none
Same as 0 0 auto.

inherit
Inherits this property’s value from its parent item.

Browser Compatibilty

Demos

Have a code example of flex? Submit a codepen.io demo and we'll showcase it here

to submit a demo.
CSS
×

Success!

Help @reference spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...