Open In App

Web technologies Questions | CSS Quiz | Set-3 | Question 12

Which property is used to set the alignment of items inside the flexible container of CSS?

(A)



align-media

(B)



align-items

(C)

align-layout

(D)

align-self

Answer: (B)
Explanation:

The align-items property in CSS is used to set the item flexible container of the given window. The main advantage is that it aligns flex items across the axis. Its default value is stretch.

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :