What does HTML stand for?
Which CSS property is used to change the text color of an element?
Which property is used to set the background color in CSS?
Which CSS property controls the text size?
Which CSS property is used to create space inside the border of an element?
Which CSS property is used to add space outside an element's border?
What does the 'position: relative' property do in CSS?
What does 'position: fixed' do in CSS?
Which CSS property is used to align items in a flex container along the main axis?
Which property is used to control the wrapping of items in a flex container?
Which property is used to specify the order of flex items?
Which CSS property controls the space inside an element's border?
What property is used to control the space outside an element's border?
Which CSS property specifies the alignment of items inside a flex container along the main axis?
What value of 'justify-content' aligns items to the center of the flex container?
Which property defines how a flex item grows relative to others?
What does the 'align-items' property do in a flex container?
Which property is used to set the direction of flex items in a flex container?
Which CSS property controls the size of a flex item before the remaining space is distributed?
What is the default value of the 'flex-direction' property?
Which property is used to prevent flex items from shrinking?
What is the purpose of the 'order' property in a flexbox layout?
Which CSS property is used to align multiple flex lines along the cross axis?
Which value of 'align-items' stretches items to fill the container's height?
What is the purpose of the 'flex-wrap' property?