...

/

Problem: Mobile Contact Button Visibility

Problem: Mobile Contact Button Visibility

Try to switch between mobile and desktop contact options based on screen size.

Problem description

Given an HTML page with two contact elements:

  • <button class="mobile-contact">Contact Us</button> is a fixed-position button intended for mobile.

  • <a class="footer-contact" ...