Design comparison
Community feedback
- @NabilWasirPosted almost 2 years ago
You have got a few problems with your solution
Here is how you can fix them :
-
Keep your image files in the same folder as your HTML and CSS file and the <img src=""</img> set the src="" correctly or else the images won't show up
-
You don't have enough padding/margin on the text, you should apply some margin/padding to them
-
Your font sizes aren't correct, especially since the names of the people are way large. Make the names smaller
And if are having any issues understanding my feedback then watch my solution to this challenge to you clear your doubts
Hopefully, you will find my feedback helpful. If you do find my feedback helpful don't forget to mark this comment helpful!
Marked as helpful0@trackerMGNPosted almost 2 years ago@NabilWasir Thank you for your feedback. I didn't note that I had changed the names to h1 tags and forgot to style them. about the images they are in the same directory as the the html files. thank you! happy hacking
0 -
- @trackerMGNPosted almost 2 years ago
I'm not sure why my image resources are not showing up. Anyone with any idea how that could happen?
0@NabilWasirPosted almost 2 years ago@trackerMGN You have to keep them on the same file as the HTML and CSS files.
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