Java Technical Documentation-Page

Hey!

I would like to read all your feedbacks! Im starting in this beatiful world!

https://codepen.io/RazielTX/full/QWKpXON

PD: I use Normalize fo restart the Styles, but i didn’t insert in the CodePen

HI @RazielTX!

Welcome to the forum!

I think your page looks good.

You have a few small errors in your html and css. Run your code through the codepen analyzers.

Also, it would be nice to have the navbar be on the top of the page for smaller devices.

Keep up the good work!

Welcome to the forums @RazielTX. Your page looks good. Some things to revisit;

  • Codepen provides the boilerplate for you. It only expects the code you’d put within the body element in HTML. (No need to include the body tags). For anything you want to add to the <head> element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • The link to the font goes in the box labeled ‘Stuff for <head>’
    • On a side note, when you do have the complete boilerplate the test script is JS and should be right before the closing body tag.
  • Maybe use the b element instead of the strong element. While they both display the same, there is a semantic difference to anyone using a screen reader.
  • Make your page responsive. Remember, the R in RWD stands for Responsive
    • There’s a horizontal scrollbar on smaller screens

Was there a reason you didn’t?
You can choose normalize as a base when using codepen. See their official documentation.