Submitted 4 months ago
Four card feature section using HTML and CSS (Newbie)
@Roxxy28
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Add more time and be patient with the learning process
What challenges did you encounter, and how did you overcome them?The images were not loading on with the live url
What specific areas of your project would you like help with?More knowledge with CSS
Community feedback
- @simplyObarePosted 4 months ago
The reason your images aren't loading is because you are siting them incorrectly. You should either put them in an images folder or remove the "images/…." Example:
- What you have:
<img class="supervisor-img" src="images/icon-supervisor.svg" alt="supervisor-icon">
- how it should be:
<img class="supervisor-img" src="/icon-supervisor.svg" alt="supervisor-icon">
Marked as helpful1@Roxxy28Posted 4 months agoThank you so much for this feedback lets grow together!! @simplyObare
1 - What you have:
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