> On May 28, 2016, at 7:38 PM, william drescher <will...@techservsys.com> wrote:
> 
> My wife is vision impaired.  I am writing a web application for her.  How can 
> I style the page so it displays at 300%.  I can increase the fontsize, but 
> then it does not increase the size of the form elements.  I want to increase 
> everything.

I would start with:

html, button, input, select, textarea { font-size: 3rem; }

then see if you need further adjustment to form controls (such as padding, 
border, …)

Philippe
--
Philippe Wittenbergh
http://l-c-n.com/





______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to