Responsive Social media dashboard Using CSS Grid and Flex w/ Dark Mode
Design comparison
Solution retrospective
Really happy with my work on this one but there's a minor problem that i couldn't find any solution for it .. i really wanted to add a delay when changing the theme , i tried many things like adding transition to the body or adding and removing a transition class with JS but that aall of the above didn't help
I hope there's a solution and i'll be more than happy to hear it in addition to other tips and opinions :D
Community feedback
- @ConradMcGrifterPosted over 3 years ago
looks good but on mobile it is breaking. you need to adjust the padding on your main container to something like 1em
1@DaoudAnas13Posted over 3 years ago@ConradMcGrifter yes i'm trying to move away from using px and using rem and em for more responsiveness .. thanks for mentioning it :D
0 - @FMcodingPosted over 3 years ago
Hey Anas! I just submitted this challenge a few minutes ago, and yours look great! I also had a transition when switching theme. I used @keyframes to make the transition: https://www.w3schools.com/cssref/css3_pr_animation-keyframes.asp. Hope this helps!
Happy coding!
1@DaoudAnas13Posted over 3 years ago@ForTestingStuffs thanks for your tip i will surely try it :D
0
Please log in to post a comment
Log in with GitHubJoin 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