News
Some years ago- never mind how long precisely- having little or no money in my purse, and nothing particular to interest me on shore, I thought I would sail about a little and see the watery part of the world. It is a way I have of driving off the spleen and regulating the circulation. Whenever I find myself growing grim about the mouth; whenever it is a damp, drizzly November in my soul;
2
Open the page on Chrome
Hit F12 or right click on an empty part of the page and click on Inspect.
Hit Command + Shift + C if you are on a Mac, or Ctrl + Shift + C if on Windows.
Then hover over the element that has the styling an
1
- This code sets a font size that will scale fluidly between
1remand1.5rem. - On a small screen, the font might be
1rem. On a large screen, it will be1.5rem. - In between, the
2vwvalue is calculated, and the browser chooses the closest value from the1remto1.5remrange.