Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted about 1 year ago

Social media dashboard with a toggle theme switch

accessibility
Ajibona•210
@ajibona
A solution to the Social media dashboard with theme switcher challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


What are you most proud of, and what would you do differently next time?

I’m excited to see how closely I can match the original design with each project, and every new challenge brings a fresh perspective on working with JavaScript. These experiences motivate me to keep learning and never stop improving.

What challenges did you encounter, and how did you overcome them?

I encountered a problem when trying to add a linear-gradient to the following CSS style:

.instagram { border-top: 1px solid linear-gradient(red, blue); }

This didn’t work, so I had to try a different approach:

.instagram { border-top: 1px solid; border-image: linear-gradient(red, blue); }

While this worked, the issue is that the border-radius isn’t being applied.

What specific areas of your project would you like help with?

The issue lies with the border-radius, and I’d be happy to hear your feedback on these projects.

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on Ajibona's solution.

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

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner
  • Use cases

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License