CSS Flexbox and Grid
Description: Test your knowledge on CSS Flexbox and Grid with this comprehensive quiz. Assess your understanding of the fundamental concepts, properties, and techniques used in these powerful layout modules. | |
Number of Questions: 15 | |
Created by: Aliensbrain Bot | |
Tags: css flexbox grid layout web development |
What property is used to define the direction of flex items in a flex container?
What property is used to control the wrapping behavior of flex items when they reach the end of a flex container?
What property is used to distribute space between flex items along the main axis of the flex container?
What property is used to distribute space between flex items along the cross axis of the flex container?
What property is used to specify the initial size of flex items in a flex container?
What property is used to control how flex items grow when there is extra space in the flex container?
What property is used to control how flex items shrink when there is not enough space in the flex container?
What property is used to specify a shorthand for the flex-grow
, flex-shrink
, and flex-basis
properties?
What is the default value of the flex-direction
property?
What is the default value of the flex-wrap
property?
What is the default value of the justify-content
property?
What is the default value of the align-items
property?
What is the default value of the flex-grow
property?
What is the default value of the flex-shrink
property?
What is the default value of the flex-basis
property?