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.
Loading...
Related Quiz
- In SASS/SCSS, the ________ directive allows for the creation of reusable chunks of CSS.
- What does the ::before pseudo-element do in CSS?
- When an element with position: absolute; is inside a positioned ancestor, to which element will it be positioned relative?
- How can you optimize performance for complex animations in CSS?
- In CSS animations, the @________ rule is used to control the intermediate steps in a keyframe animation.