My Technical Documentation Page for feedback

Thx in advance for the feedback!

https://codepen.io/claudio_jesus/full/NWdZMEG

Hello.
You haven’t shared any link for your project to get feedback.

Lol. i’ve corrected. thx

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

  • Make your page responsive. Remember, the R in RWD stands for Responsive
    • There’s a horizontal scrollbar on all screen sizes

The instructions say On regular sized devices (laptops, desktops), the element with id="navbar" should be shown on the left side of the screen and should always be visible to the user
So on smaller screens maybe move the navbar to the top of the page. To help;

  • Start by styling for a narrow view port first. Narrow your browser as far as it will go and style the page so it looks good at that narrow width. Then gradually widen your browser and use CSS media query break points to adjust the style for wider view ports if needed.

@Roma thx for your feedback. I’ve actually started this time by “Mobile First”. What happen was that I’ve put the <pre> element last, without knowing that it didn’t wrap by default. I really appreciate your feedback.

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