Design comparison
SolutionDesign
Community feedback
- @BadhrikrPosted over 2 years ago
Hello, congratulations for your challenge solution.
I note that your live page isn't showing the image, this error is due the <img> tag in the html.
You probably missed the dot .
<img src="**.**/images/youimg.jpg" alt="">
One dot means that the folder with the assets is in the same folder with the html file. Two dots means that the assets are in a subfolder.
Try that to see if you image will start to display.
Remove margin top on container
Apply
body{ min-height: 100vh; justify-content: center; }
I hope ir helps you, happy coding 😁
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