Submitted 3 months ago
Semantic HTML5 markup, CSS custom properties, flexbox
@Ghost-Writer-2
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I was able to learn from the mistakes I made in my previous project and I was able to complete this project a little faster
What challenges did you encounter, and how did you overcome them?I'm still trying to learn how to create responsive layouts
What specific areas of your project would you like help with?I'd like to know some best practices from more experienced front-end devs and better ways to attempt the challenge.
Community feedback
- @GodskitchenPosted 3 months ago
hello! I think that you can set width: 100% to html and body tags to align card on center. Remove unnecessary margins, and reset it in first selector:
- { box-sizing: border-box; margin: 0; padding: 0; }
It is standard feature to make pixel-perfect layout.
Marked as helpful0
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