CSS| CSS Responsive Design and Media Queries | 10

Last Updated :
Discuss
Comments

What does the display: flex property do to an element?

Makes the element inline with other elements

Creates a grid layout for the element

Converts the element into a flexible container, allowing flexible child elements

Makes the element block-level and adds margins

Share your thoughts in the comments