Text and Images from Slide
Font-size Zooming
- Input, select, textarea and button elements should allow text size to change with the zoom setting of the browser
- Technique:
- Use CSS font-size property to set the font size to 100%
- Example:
- input, select, textarea, button { font-size: 100%; }