To evenly distribute space around flex items, the property justify-content should be set to ________.
- space-evenly
- space-around
- space-between
- center
The correct option is space-around. This value evenly distributes the space around flex items, placing an equal amount of space on each side of each item. space-evenly would also work, but it includes space at the edges, which might not be desired in all cases. space-between would leave no space at the edges. center is not a valid option for justify-content.
Loading...
Related Quiz
- How does CSS Houdini's Paint API enhance the capabilities of traditional CSS?
- A document has critical footnotes that must be included on the same printed page as their references. Which CSS for Print property ensures these footnotes are not separated from their references?
- To manage large-scale projects, SMACSS divides CSS rules into five categories: Base, Layout, Module, State, and ________.
- When using CSS to mask an element, the area defined by the mask image that is ________ will be visible.
- What distinguishes CSS Houdini's Animation Worklet from traditional CSS animations?