<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="95f7fafae1e6e1e7f4e5d5a1bba3bba5">[email protected]</a>/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<div>
<h1>Hey Universe!</p>
<p>Check out this amazing text within the p element. It changes size as I adjust the viewport</p>
</div>
Could you explain why the text resizes when I change the viewport size, even without a container class? (If possible, I'd love to see an example to compare the difference between a div with a container class and without one)