You are on page 1of 1

 

</a>
</div>

<div style="padding-left:16px">
 <h3>Vertical Mobile Navbar</h3>
 <p>This example demonstrates how a navigation menu on a mobile/smart phone could look like.</p>
 <p>Click on the hamburger menu (three bars) in the top right corner, to toggle the menu.</p>
</div>

<!-- End smartphone / tablet look -->


</div>

<script>
function myFunction() {
 var x = document.getElementById("myLinks");
 if (x.style.display === "block") {
   x.style.display = "none";
} else {
   x.style.display = "block";
}
}
</script>

</body>
</html>

You might also like