In Flexbox, the flex-________ property allows an item to grow or shrink to fit the space available in the flex container.
- sizing
- growshrink
- flexsize
- basis
The correct option is 4. The flex-basis property in Flexbox allows an item to specify its initial size and can grow or shrink to fit the available space in the flex container.
Loading...
Related Quiz
- For multilingual websites, the HTML attribute ________ should be accurately set to match the language of the page or section.
- Which value of animation-fill-mode ensures the animation's styles are applied before the animation begins?
- To create a layout that adapts to different screen sizes, developers use ________ queries in CSS.
- How would you provide a fallback value when using a CSS custom property?
- In CSS, what is the difference between .class1.class2 and .class1 .class2 selectors?