The CSS _______ property is used to adjust the layout based on the available space.
- Display
- Flex
- Grid
- Position
The flex property in CSS is used to create a flexible container where the contained items can be dynamically adjusted to different sizes based on the available space. It is commonly employed in responsive design to create flexible and adaptive layouts.
Loading...
Related Quiz
- The process of automatically deploying changes to a staging environment for testing is known as Continuous _______.
- Which cloud platform offers services like Google Compute Engine and Google Kubernetes Engine?
- What is query optimization in the context of databases?
- Suppose a critical bug is found in production. Describe the steps you would follow using Gitflow to fix the issue.
- Which tag is used to define an unordered list in HTML?