Hi everyone. I’ve built a technical documentation page. I’m new to CSS and responsive web designing.
Please provide feedback to my project. Check my project is responsive or not. If not please provide some tips. I really appreciate any feedback for further improvement.
Thank you.
When hovering over the navigation links, I added some padding to it. I thought it would be good.
I will create a hamburger menu for mobile.
Can you give me any other advises to improve my code?
Thank you for your time.
I think it all looks good as well, looks really classy.
Definitely get rid of the padding for the hover tho, it looks like a mistake… If you want more of a pop when users hover, then keep the background change like you have it but also have font color change to a brighter color as well.
Hi! I really like your page, it looks super elegant and I love the font choice!
I would maybe consider making the font-size a little bit bigger, especially for mobile. As the viewport gets smaller, the text becomes harder to read, plus this font is definitely on the more condensed side, so that doesn’t help
And I’m having trouble looking at the header of your navbar, I think the red color is too bright, I would have gone for something a bit darker or less saturated.
Other than that, really awesome job, I love the design and the responsiveness is there too
Hi @ThanoshanMV, your page looks good. A few minor things you should revisit;
codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link.
in HTML, you have an invalid use of an element
although it doesn’t get pointed out with codepen’s validator for some reason, you have a closing </a> tag that’s missing the closing bracket > on line 19
the <script> should be right before the closing body tag, not after it.
Though I included the <script> tag before the closing body tag, the HTML ‘Analize’ link shows me error and I included some JS script for hamburger menu, the ‘Analizer’ shows me error. (I don’t know why)