@AdrianoEscarabote
Posted
Hello khal45, how are you? I was really pleased with your project, but I’d like to offer some advice that might help:
We have to make sure that all the content is contained in a reference region, designated with HTML5 reference elements.
native HTML5 reference elements:
<body>
<header>This is the header</header>
<nav>This is the nav</nav>
<main>This is the main</main>
<footer>This is the footer</footer>
</body>
The rest is spot on.
Hope it’s helpful to you. 👍