Design comparison
SolutionDesign
Community feedback
- @katrine9176Posted over 1 year ago
Hello! Your solution looks really good! 😁
Here is some advice:
- you shoud do a reset in css, read about that here -> CSS reset, to do that add in your CSS file:
* { margin: 0; padding: 0; box-sizing: border-box; }
- also I recomend you to use semantic tags, learn about it here -> sematic tags,
- to center the card, add these styles:
body { display: flex; justify-content: center; align-items: center; min-height: 100vh; }
Hope it was helpful and happy coding 😃
Marked as helpful1
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