Technical Document Feedback

This is my fourth project - please give feedback if you have time!

https://codepen.io/sidneyyin/pen/LoQwLp

Thank you!
Sidney

1 Like

Good start. I think, you may improve animation and speed and Fix you menu /links when it mobile mode.

1 Like

Excellent work! I suggest slowing down a bit the speed when scrolling. Keep up the good work!

2 Likes

@sidneyyin, it’s looking good. A few things you may want to consider;

  • with desktop view there’s a lot of whitespace on the right and it’s tight on the left. I’d shift things over a little and make the vertical navbar a little wider too
  • codepen provides you with validators for HTML, CSS and JS. Click on the down arrow and then click the respective ‘Analyze’ link. There are things in each section you can clean up
  • unless you plan on supporting really old browsers, you don’t need the vendor/browser prefixes. box-shadow, etc have been supported across browsers for a while.