Design comparison
SolutionDesign
Solution retrospective
This is my first challenge. Any feedback for improvements would be appreciated.
Community feedback
- @aemann2Posted almost 4 years ago
Your solution looks pretty spot-on. I actually made a note for myself of the
transform: translate()
trick you used for centering. Only thing I would do is add more semantic markup in the HTML. You're using all divs -- you could use "main" or "article" for the card, "footer" for the footer, etc.0 - @XxtbmfxXPosted almost 4 years ago
position absolute and relative, also try what work better grid or flexbox, good luck!
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