100vw
100vw is a CSS length value that represents the full width of the viewport. The unit vw stands for viewport width, with 1vw equal to 1% of the viewport’s width. Therefore, 100vw corresponds to the entire width of the viewport, independent of the containing block.
It is commonly used to create elements that bleed to the edges of the screen, such as
Considerations: in many browsers, 100vw includes the width of a vertical scrollbar. If a page also has
Support and history: The vw unit is part of CSS Values and Units Level 3 and has
Related concepts: other viewport units include 100vh for viewport height, and vmin and vmax, which relate to