Technical Documentation page DONE!

hey FCC family, i just finished the technical doc page. i didnt have much time to look for inspiration so i just went with the flow for doing javascript documentaion . please guys, share your expertise on responsiveness as i struggle a lot in that department. and other things where i can improve ofcourse. lol, i know my color coordination is not on point yet. Also, you can send me a screenshot or link of a technical documentation page you think is cool, i’d like to try it out and practice with it.

Thanks alot for sharing in advance.

Have yourselves an awesome day

my project link https://codepen.io/Refilwe-Dikutle/pen/xbZxPBv

1 Like

Hi @mmadikutle

Good use of the font properties.

For responsiveness, I noticed for small viewports, the navigation links appear on a single line. This can create unnecessary scrolling, as there is available space to place other links.

When you learn about flex or grid layouts, consider revisiting this project.

Good use of indentation for the CSS, and the comments made reading the code easier.

For the HTML, consider using two spaces for each level of indentation.

Happy coding