Portfolio Webpage: class project-title

Tell us what’s happening:

[ 4. The projects section should contain at least one element with a class of “project-tile” to hold a project.]

  • In projects section, I already set 3 elements with class=“project-title” while the result is not reflecting what I did. Where is the mistake?

  • Actual result: 11/12

Thank you for your support.

Your code so far

https://codepen.io/i-tech/pen/KKdamaQ
Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36 Edg/81.0.416.64.

Challenge: Build a Personal Portfolio Webpage

Link to the challenge:

Read the error message again carefully, compare the names of the classes.

project-tile
project-title

Should I rename the classes with projects titles? Is this the instruction?