Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Mobile-first Social media dashboard with theme switcher

munif 135

@Munif-cyber

Desktop design screenshot for the Social media dashboard with theme switcher coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Pls how many browsers do i need to check my designs on?, to be sure my designs are ready to be live, because and to make my designs also good on IE browsers?

Community feedback

Account Deleted

The most common ones are:

  • chrome
  • firefox
  • safari
  • opera
  • brave (based on chromium)
  • edge
  • IE

To ensure compatibility across browsers you have to use browser vendor prefixes

  • Android: -webkit-
  • Chrome: -webkit-
  • Firefox: -moz-
  • Internet Explorer: -ms-
  • iOS: -webkit-
  • Opera: -o-
  • Safari: -webkit-

And there are ways to manage this more efficiently (for instance, using mixins with some CSS preprocessor or even better, using a PostCSS plugin called autoprefixer)

2

munif 135

@Munif-cyber

Posted

@juanmesa2097 thanks

0

Account Deleted

@Munif-cyber you're welcome

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord