My shot at a Tech Documentation Page

Hello fellow campers,

Hope you and your families are all staying safe. I completed my technical documentation page. I decided to make something that anyone could potentially use and reference, I know that I catch myself looking stuff up all the time instead of writing it down somewhere lol. Thanks for taking a look! Note: The freeCodeCamp test suite can be enabled by clicking the bottom right fCC logo. My Tech Doc Page

Emir

1 Like

Your page looks good @emirleovelazquez. Some things to revisit;

  • Run your HTML code through the W3C validator.
    • There are coding errors you need to address.
  • On smaller screens I’m seeing a horizontal scrollbar

@Roma Thank you for always replying to my stuff! Do you have any idea what might be causing the horizontal scrollbar? I was not able to see it on my local.

1 Like

Hi Emierleo,
You can google “how to hide a scroll bar in css” on google, and apply that to a media query that triggers that particular viewport.
Pay attention to the overflow property and its values.