The CSS property _______ is used to control the size of the viewport.
- device-width
- responsive-size
- screen-size
- viewport-width
The CSS property device-width is used to control the size of the viewport. It allows developers to apply styles based on the width of the device's screen, contributing to responsive and adaptive layouts.
Loading...
Related Quiz
- _______ logs are typically human-readable and provide information about system events and errors.
- In GitHub Flow, when is a pull request typically merged into the main branch?
- The Strategy design pattern defines a family of _______ algorithms and encapsulates each one, making them interchangeable.
- A _______ is a data structure that consists of a collection of nodes and edges.
- The command "git bisect" is used for _______ debugging in Git.