...

/

Problem: Mobile-Only Navigation Menu Toggle

Problem: Mobile-Only Navigation Menu Toggle

Try to switch between mobile and desktop navigation based on screen width.

Problem description

Given an HTML page with two navigation sections:

  • <nav class="mobile-nav"> contains a vertical list of links for mobile.

  • <nav ...