Which CSS property is important for improving the readability of text for users with visual impairments?
- color: #000;
- font-size: 18px;
- line-height: 1.5;
- text-transform: uppercase;
The line-height property is crucial for improving text readability, especially for users with visual impairments. A suitable value, like 1.5, helps create proper spacing between lines, making it easier for users to follow the text content.
Loading...
Related Quiz
- In SASS/SCSS, what is the primary difference between a mixin and a function?
- How does the transform-origin property affect a transformed element in CSS?
- The CSS property ________ can be used to force an element to contain its floated children.
- While building a flip card animation, you notice the back of the card is visible during the rotation. Which CSS property can help hide the back of the card until it's facing the viewer?
- PostCSS allows developers to use tomorrow's CSS syntax by transforming it into ________.