Skip to main content
Active reading [<https://en.wikipedia.org/wiki/JavaScript>].
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

100% is relative to the base font size, which, if you haven't set it, would be the browser's user-agent default.

To get the effect you're after, I would use a piece of javascriptJavaScript code to adjust the base font size relative to the window dimensions.

100% is relative to the base font size, which if you haven't set it would be the browser's user-agent default.

To get the effect you're after I would use a piece of javascript to adjust the base font size relative to the window dimensions.

100% is relative to the base font size, which, if you haven't set it, would be the browser's user-agent default.

To get the effect you're after, I would use a piece of JavaScript code to adjust the base font size relative to the window dimensions.

Source Link
scottlimmer
  • 2.3k
  • 1
  • 23
  • 29

100% is relative to the base font size, which if you haven't set it would be the browser's user-agent default.

To get the effect you're after I would use a piece of javascript to adjust the base font size relative to the window dimensions.