Sample Shoe Homepage

I’m not sure if this is within the rules for this forum because it’s not a FreeCodeCamp specific project. (Hey mods, feel free to remove this if it doesn’t fit). It’s a responsive landing homepage I built on the side. Would love some feedback from some more experienced folks!

https://codepen.io/garrettmroberts/full/rERZKW

Your HTML should be:

<h1>
  <span>
    <a>men's</a>
  </span>
</h1>

and

<ul>
  <li>
    <a>About Us</a>
  </li>
  <li>
    <a>Our Products</a>
  </li>
</ul>

check it against what you wrote.
First time took a long time to load maybe because of the errors and being inside codepen.
Looks good!

1 Like

Thanks a bunch! Such a simple fix!