You're designing a responsive website. Which CSS technique would you use to ensure the layout adjusts according to the screen size?
- Flexbox
- Floats
- Grid Layout
- Media Queries
Media Queries are used in CSS to apply different styles based on the characteristics of the device or screen. It's a key technique in creating responsive designs.
Loading...
Related Quiz
- _______ logging refers to the practice of correlating log entries from different services or components to trace a request's path through a distributed system.
- Infrastructure as Code allows infrastructure to be managed using _______.
- When considering data migration, what is the significance of data mapping?
- Your team is growing, and you need to provision new resources frequently. How would Infrastructure as Code help streamline this process and ensure consistency across environments?
- A popular configuration management tool used for infrastructure as code is _______.