Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Text height question Re: Text height question

#138880
Paulie_D
Member

There is a ‘new’ value “vh” (instead of px or em) which is a percentage of the viewport height.

This might work but it only works in latest browsers so you will need a fallback anyway.

https://css-tricks.com/viewport-sized-typography/

https://css-tricks.com/the-lengths-of-css/