Design comparison
Solution retrospective
I'm having an issue with the footer of the page. (if you can call it a footer), however I cant seem to line up the text next to the avatar.
All suggestions to make this better are welcome!
Community feedback
- @DavidMorgadePosted about 2 years ago
Hey man congrats on finishing the challenge!
To answer your question, the problem with your
img
is because you are using the img selector to select the NFT image and those styles are also applied to the avatar img. Add a class to the NFT img and put those styles there.To center the
footer
, try using flex, is the easiest way to center elements in one line.Finally would recommend you to don't use pixels, try with relative units such as rems or %, those will make your site much more responsive with less code!.
Hope my feedback helped you!
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