In Flexbox, the ________ property defines the default size of an item before the remaining space is distributed.

  • align-items
  • flex-basis
  • flex-grow
  • justify-content
The flex-basis property in Flexbox is used to define the initial size of a flex item before any available space is distributed. It sets the base size of the item, and the remaining space is distributed based on the flex-grow and flex-shrink properties.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *