How does font-sizemedium / small / large work in css? If css has font-size:11px, what is it font-size:mediumfor other elements, does it depend on the font size or is it not related to the font size?
font-size
font-size:11px
font-size:medium
I believe this depends on the user's preferred font size in their browser, which is probably set to 11 or 12.
See also here for more information. Is the CSS font "font-size: medium" set to the font size .Body or to the font size * of the browser *?
From specification :
< absolute-size > , UA.
"medium" - .
, .
- , .
,
p { font-size: medium; } h1 { font-size: large; } #leftBox { font-size: 12px; }
. px.
: http://www.w3schools.com/cssref/pr_font_font-size.asp
em css. px, , em.