You can put "Improve your front-end skills by building projects" in a single element and adjust it in the css, in addition to using it as an <h1> as it describes the main content of the site
ENGLISH
I would be very grateful for any kind of correction and any advice, I am new in the world of programming. I was able to make this design with guides that I was finding on the internet. I would appreciate your support, thank you.
SPANSIH
Agradecería mucho cualquier tipo de correción y cualquier consejo, soy nuevo en el mundo de la programación. A éste diseño lo pude hacer con guías que iba encontrando en internet. Agradecería mucho tu apoyo, gracias.
You can use
body {
height: 100vh;
}
to give a reference to your container and make it centered on the screen (it is appearing cut off the screen at the top)