On Aug 24, 2014, at 10:45 PM, Susan Davis
wrote:
> Am I wrong about sizing? I thought the base element for font-sizing was the
> HTML element, not the body element...?
>
> Susan Davis
>
> On 8/24/2014 8:35 PM, Karl DeSaulniers wrote:
>> Now when you set your font-size in ems or percentages r
Am I wrong about sizing? I thought the base element for
font-sizing was the HTML element, not the body element...?
Susan Davis
On 8/24/2014 8:35 PM, Karl DeSaulniers wrote:
Now when you set your font-size in ems or percentages remember
this. The body is the main element that percentages or ems
On Aug 24, 2014, at 7:51 PM, Elli Vizcaino wrote:
> Hello CSS Discuss,
>
> I'm trying to understand how relative font sizes resize in the browser
> because they don't seem to resize proportionately to their containing
> element the way a responsive background image would. The background
> image
On 8/24/14, 18:27, Philippe Wittenbergh wrote:
Le 25 août 2014 à 09:51, Elli Vizcaino a écrit :
Is there anyway to get font sizing to resize proportionately based on
containing element width?
You can eventually use vw, vmin units to specify the font-size. That is
based on the viewport width
Le 25 août 2014 à 09:51, Elli Vizcaino a écrit :
> Is there anyway to get font sizing to resize proportionately based on
> containing element width?
You can eventually use vw, vmin units to specify the font-size. That is based
on the viewport width/height. I assume that your containing element
Fonts are relative to the root element, and can be effected by font sizes
applied to parent elements (compounding). Ems and percentage sizes will
compound. Rem units will not. Font won't scale like images. There are a few
script solutions but I dislike them.
On Sunday, August 24, 2014, Elli Vizc
Hello CSS Discuss,
I'm trying to understand how relative font sizes resize in the browser
because they don't seem to resize proportionately to their containing
element the way a responsive background image would. The background
image logo on this page: http://www.e7flux.com/e7flux2014/.html
re