In Flexbox, which property is used to align items vertically in the container?
- align-content
- align-items
- align-self
- justify-content
The align-items property is used to align items vertically in a Flexbox container. It applies to the container and defines the default alignment for its items.
Loading...
Related Quiz
- In SASS/SCSS, how do you define a mixin?
- In the context of CSS best practices, what is the advantage of using shorthand properties?
- In a box shadow declaration, what does the 'blur radius' value control?
- Which CSS methodology advocates for separating the structure from the skin and the behavior from the structure?
- In designing a responsive web page, how can a designer ensure that the background image scales appropriately on different screen sizes while maintaining its aspect ratio?