---
layout: single
property_name: flex-basis
---
Defines the initial size of a flexbox item.
The element will be automatically sized based on its content, or on any
You can define pixel or (r)em values. The element will wrap its content to avoid any overflow.
#flex-basis
default
flex-basis: auto;
height or width value if they are defined.flex-basis: 80px;