Is there a way to impose flexibility in font sizes, such as when viewport 
shrinks, designated type sizes also decrease by a controllable amount?

what I have for my font-size right now is a %, shown below, but that is % of 
the parent type not of the parent tag. Images scale down, yet my headings stay 
just as large…

maybe I just need to handle it with media queries?

thank you

John



This is how I am controlling my type sizes:

article h1{
        font-size:150%;
}
______________________________________________________________________
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