Please can someone help me explain (in a very simple term) the concept of View port. I don"t seem to understand its function. Thanks in advance

Tell us what’s happening:

Your code so far


<style>
  
</style>

<h2>Importantus Ipsum</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus quis tempus massa. Aenean erat nisl, gravida vel vestibulum cursus, interdum sit amet lectus. Sed sit amet quam nibh. Suspendisse quis tincidunt nulla. In hac habitasse platea dictumst. Ut sit amet pretium nisl. Vivamus vel mi sem. Aenean sit amet consectetur sem. Suspendisse pretium, purus et gravida consequat, nunc ligula ultricies diam, at aliquet velit libero a dui.</p>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-principles/make-typography-responsive

The viewport is just the part of your browser with visible content on it. Right now, your viewport is displaying the freeCodeCamp forum. Anything that you cannot see is not in the viewport, including stuff on other pages or that is scrolled out of view.

1 Like

Thank you once more. Its clear now!!