Technical Documentation Page - Feedback welcome! :)

Hello everyone!

I’m happy to share my Technical documentation Page about CSS layout.
This is my 4th challenge from the Responsive Web Design Certification.

Feedback is welcome and thanks to you in advance! :smiley:

1 Like

Thanks for picking a different topic. Nice color

Your page looks good @deysukiz.

A couple of things;

  • With this line, font-family: 'Roboto', sans-serif,'Source Code Pro', monospace; the fonts after sans-serif will not show. When the default font is reached the code will not look any further.
  • overflow-x: hidden; will completely hide anything that extends outside its container element horizontally. It’s recommended to not do this, and refactor your CSS to be more responsive - otherwise it is possible for your site to appear to be missing content.

Just a suggestion. You don’t have to incorporate it if you don’t want to. Take a moment and search for css smooth scroll and see what it can do for your page.

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