Technical Documentation Page by Quelmax

Hey guys,

I’ve just finished this project and would like your feedback.

https://codepen.io/Quelmax/full/YBeEpB

Thank you all.

Quelmax

1 Like

excellent use of gradients. The page looks amazing and is very responsive.
The code is looks pretty good there are just some things that you could fix.

  • In your nav bar the a tag cannot be a child of an ul tag it should be ul>li>a instead of ul>a>li
  • after line 249 your li tags are not nested within a proper list lag
  • in line 243 you have a bad character, instead of ‘<’ you should use ‘&lt;’
  • 253 its pretty good that you used ‘&lt’ but it must end with a semicolon so it should be ‘&lt;’

Good luck :+1:

1 Like

Your feedback is great,

I appreciated the details you mentioned and already fixed all of them.

You spent some time checking my code…

So a huge thank you!