1. The horizontal measurement in pixels of the visible area of a web browser or application window where content is displayed
The responsive design adapts the layout based on the viewport width to ensure mobile compatibility.
O design responsivo adapta o layout baseado na largura da janela de visualização para garantir compatibilidade móvel.
2. A CSS measurement used in web development to specify dimensions relative to the width of the viewport
Setting the element's width to 100vw matches the full viewport width.
Definir a largura do elemento para 100vw corresponde à largura total da janela de visualização.