Problem: Mobile-Only Navigation Menu Toggle
Try to switch between mobile and desktop navigation based on screen width.
We'll cover the following...
We'll cover the following...
Problem description
Given an HTML page with two navigation sections:
<nav class="mobile-nav">
contains a vertical list of links for mobile.<nav
...