Social media dashboard & theme switcher SCSS, Flexbox, Grid, CSS Vars

Please log in to post a comment
Log in with GitHubCommunity feedback
- @alex-kim-dev
Wow. That's a great pixel perfect solution, Simon! And there's a lot of clever sass techniques. I will definitely look more closer into your code to learn something new.
- @mattstuddert
Awesome work on this challenge, Simon, and congrats on submitting your first solution. I hope you enjoyed the challenge. Your project looks amazing and scales down really well to mobile.
The one thing I'd recommend improving would be to remove the
display: none;
declaration from the theme toggle checkboxinput
. Doing this makes that element inaccessible to anyone who's not using a mouse/trackpad to navigate the page. You've got ansr-only
class in your code, so I'd recommend using that to visually hide theinput
but keep it there for assistive technology users.Keep up the great work! 👍
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