Design comparison
Solution retrospective
Please let me know if there is anyway I can structure my HTML or CSS better or if there are any better ways to code this challenge.
Community feedback
- @CesarGMEFAPosted about 3 years ago
Good sibling code, you could place the .attribution inside the main so that it doesn't overflow on top of the card and add a margin-top to it. For instance.
The other thing is that you can put a link to your name in the attribution.
The other thing you could accommodate is the width in the .card-container in the @media. It's at 330px and the size of an iphone 5 would be 320px, so it looks weird.
I do those things and send you the proposed changes on github. and check the size of the box because in the body you put a height of 100vh and it still produces a horizontal scroll.
Marked as helpful1 - @koalalikecodePosted about 3 years ago
Great work, so close to design. But you should use your h tag respectively h1>h2>h3...
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