Design comparison
SolutionDesign
Solution retrospective
What do you recommend to improve my code? Thanks in advance 🙏🏻💜
Community feedback
- @Aimal-125Posted over 1 year ago
In your css code, don't use margin: 10px; for .attribution class, instead use margin-top: 1rem; as using margin alone is causing the element to move from all sides and it is not appearing good on my samsung j3. Also for max-width: 800px media query use margin-top: 3rem;
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