Bootstrap 4 - Technical Documentation Page Review

Finally finished!
https://codepen.io/erickkg/full/VOVbyO

Really happy how this one turned out. Been playing with bootstrap for a few weeks now. Doing this project gave me a much deeper understanding of bootstrap!
What do you guys think? Any places for improvement?

@erickkg Nice! Did you use Bootstrap to create the page?
I suggest removing the scrollbar in the menu. It does not look that great in my opinion.

I did use bootstrap (:slight_smile:
I kinda like the scroll bar, ha. Without it, you’re not really sure how many more items are left in the list that are not shown.

It’s a good start @erickkg. There are a couple of things you should revisit;

  • On smaller screens the left part of the doc text gets covered by the navbar
  • 11/16 of the user stories are being met
  • codepen provides you with validators for HTML, CSS and JS. Click on the arrow in the upper right and then click the respective ‘Analyze’ link. You have a typo for a font size in your nav-header

I’m playing/learning Bootstrap myself and learned this a little while ago so I’ll mention it too. I noticed for your list you have list-style-type: none; in CSS.
Bootstrap has a class that you can use in HTML to do this. In the <ul> element specify a class of “list-unstyled”

Thank you, just finished a project. So now I have time to go over this! :grin::smile: