90vw
90vw is a CSS length value that uses the viewport width unit. The vw unit represents 1% of the width of the viewport, so 90vw equals 90% of the visible width of the browser window or device screen. It is relative to the viewport itself, not to the width of a parent element, which makes it useful for responsive, near-full-width layouts.
Common uses include setting a container’s width to 90vw for layouts that nearly fill the screen, creating
Examples of consideration and behavior: on a 1366px-wide display, 90vw is approximately 1229px; on a smaller
Browser support for viewport units is extensive across modern browsers. 90vw is a standard tool in responsive