User Story Issue on Portfolio Page

Hello,

I’m having a lot of trouble with User Story #4 on the Personal Portfolio Project.

User Story #4: The projects section should contain at least one element with a class of project-tile to hold a project.

I have pasted class=“project-tile” into every element within my first projects-section and regardless of anything I have tried, I cannot get it to pass the JS test. What am I missing?

See line 52 of HTML
https://codepen.io/mikethye/pen/JjEgvwM

Thank you in advance

You didn’t put your projects inside the #projects div element. It’s just empty.

<div id="projects"></div>

Thanks for the reply.

I have tried putting it within every div element including the #projects div. Still will not pass after the change you suggest. Any other ideas?

User Story #4 is passing in your project now. You have other tests that are failing.

Apologies. I didn’t understand your reply at first. Thank you for the fix.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.