The CSS unit vh represents a percentage of the ________.
- Font Size
- Height
- Viewport
- Width
The CSS unit 'vh' represents a percentage of the viewport's height. This means that 1vh is equal to 1% of the height of the viewport in which the web page is displayed. It's a relative unit often used for responsive design.
Loading...
Related Quiz
- Which tool can be used to automatically add vendor prefixes to CSS properties?
- How would you make an animation run indefinitely in CSS?
- In SASS or SCSS, the ________ allows you to reference the parent selector within a nested rule.
- What does the CSS property "line-height" primarily affect?
- The CSS pseudo-class :not() allows you to target elements that ________ a specific criteria.