Tech Document Page-Feedback

Here is my Pen I tried to make the code and the design clean and simple. I am waiting for your honest feedbacks :smiley:

Thanks in advance and have a nice week!

Hey @ozukoc!
Your project looks nice.
There are some things to rework.

  • you can add text at the footer like "made by @ozukoc ".
  • you make some design in the place of the header where the text is “What is CSS ?”
  • you can reduce space between the heading and the nav menu.
  • your page is not mobile friendly.

Please try making these changes.

Thanks and Happy Coding :grin:

1 Like

Your page is responsive, passes all the tests and looks good @ozukoc. Some things to revisit;

  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address. (You can ignore the warnings about lacking headers)
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
    • If you want multiple paragraphs then have multiple paragraph elements.
1 Like

Thanks, I revisited and fixed thoose mistakes. When I have time I will add a hamburger menu instead of navbar but for now i think it’s enough =)

Good job cleaning up @ozukoc.

Don’t forget to get rid of those <br>'s. You want three paragraphs so use three paragraph elements.