Main Content
![](FOX.jpg)
Resize the browser window.
Make sure you reach the breakpoint at 800px when resizing this frame.
Left Menu
Main Content
Right Content
Left Menu
Main Content
Right Content
This example does not really do anything, other than showing you how to add the viewport meta element.
Resize the browser window to see how the text size scales.
Use the "vw" unit when sizing the text. 10vw will set the size to 10% of the viewport width.
Viewport is the browser window size. 1vw = 1% of viewport width. If the viewport is 50cm wide, 1vw is 0.5cm.