Your page looks good @ibaifernandez. Some things to revisit;
- As I mentioned in your other post, you need to place the test suite correctly.
- The test script, with all tests passing, should be included when you submit your projects.
- Your page passes 9/10 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
- Do not use the
<br>
element to force line breaks or spacing. That’s what CSS is for.- Reference MDN Docs
- Run your HTML code through the W3C validator.
- There is an HTML coding error you should be aware of and address.
- Run your CSS code through the W3C validator.
- There are coding errors you should be aware of and address.
- You give the user a form to talk about your subject, give them a place to enter their name and an email addr but the form has no submit. That’s a bad UX.