Can someone help me troubleshoot why the <h1>
link to #Section1
is not working? Any assistance would be greatly appreciated!
https://codepen.io/fjenpen/pen/pROPov
<div class="nav">
<ul id="menu" style="list-style-type: none;">
<li><a href="#Section1" style="text-decoration:none"><h1>Our Brands</h1> </a></li>
</ul>
</div>
<div class="main">
<div id="Section1" class="content">
<p>Explore our brand options</p>
</div>