This site is mobile accessible. Press the "Tap Here" button to use a different font-size.
Smartphone icons created by Freepik - Flaticon
The Browser Object Model (BOM) allows JavaScript to "talk to" the browser.
window.document.getElementById("header");
is the same as:
document.getElementById("header");
let w = window.innerWidth; let h = window.innerHeight;
Some other methods:
Eventually the navigation links, above, will be replaced by these (previous) and (next) buttons below.
JavaScript icons used in the buttons provided by ICONS8.COM. Smartphone icons created by Freepik - Flaticon