...

/

Solution: Mobile Contact Button Visibility

Solution: Mobile Contact Button Visibility

Let’s 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" href="mailto:info@example.com">Contact Us</a> is a link in the footer intended for desktop. ...