Home / CSE / CSS - CS :: Discussion

Discussion :: CSS - CS

  1. Which of the following property aligns the flexible container’s items when the items do not use all available space on the main-axis?

  2. A.

     wrap-content

    B.

     fix-content

    C.

     adjust-content

    D.

     justify-content

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    The CSS justify-content property defines how the browser distributes space between and around flex items along the main-axis of their container.


Be The First To Comment