Technical Documentation Page (CSS Layout) - Feedback

Hello everyone! I just finished my Product Landing Page and I would appreciate some feedback.
Thank you :slight_smile:

https://codepen.io/saraiovieira/full/XWpELbd

It looks nice.

  • I would make the nav links block-level elements (display: block) so they extend to the full width/height of the container.

  • You have a few unfinished closing span tags and a single unescaped >. Use the down arrow on the right of the HTML box and select the Analyze HTML option.

  • You already added custom styles for the code so maybe it’s a bit too late but you can also check out some code highlighting libraries as well.

Good job keep it up.

1 Like

Thank you for the feedback! I just made the changes.
Thanks for letting me know about the code highlighting libraries. I will use it in future projects :slight_smile:

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