Design comparison
Solution retrospective
I had an issue with the last text (challenge by...). When I turn into mobile it moves to the middle of the page. Any constructive comment are welcome.
Community feedback
- @ApplePieGiraffePosted over 3 years ago
Greetings, Rasoir-genereux! 👋
Nice work on this challenge! 🙌
It looks like you used absolute positioning to position the attribution in your solution. In order to position the attribution relative to the
body
(which is what I think you want in this case), you'll need to addposition: relative
to thebody
(so that styles likebottom: 0
orleft: 50%
will work as expected). 😉Besides that, I think adding a little space between the card and the bottom of the page in the mobile layout (using margin/padding) would be a good idea so that there's always a bit of room between the card and the edge of the screen.
Hope that is helpful. 🙂
Keep coding (and happy coding, too)! 😁
Marked as helpful2@Rasoir-genereuxPosted over 3 years ago@ApplePieGiraffe Hello, Thank you for replying. I have tried your advise. It seems like the whole is outside the body. It tried to find the error. I don't see it.
1
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