Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Four card feature section using HTML and CSS (Newbie)

@Roxxy28

Desktop design screenshot for the Four card feature section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

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

Obare 290

@simplyObare

Posted

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 helpful

1

@Roxxy28

Posted

Thank you so much for this feedback lets grow together!! @simplyObare

1

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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