First project! If can someone do a quick review

Este es mi primer proyecto realizado de los 5 disponibles.
Si alguien pudiera decirme en que puedo mejorar!
Desde ya, gracias!

https://codepen.io/NahuelAlfano/pen/XWXJaMP

Page looks okay @nahualfano. Some things to revisit;

  • Verify your email addr with codepen so people can see your page full view
  • 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(s) goes in the box labeled ‘Stuff for <head>’
    • Mentioning because you have elements out of order. When you create a page the link to a font goes in the head element not the body element

I don’t normally comment on styling because it’s what you choose but I’ll say this;

  • The font you chose is small and heavy and very hard to read
  • In HTML it looks like you divided all that text into four paragraphs but put it all in one paragraph element. Why not four paragraph elements? It looks like that long, continuous, heavy, hard to read font wouldn’t hold anyone’s interest.