There are a few errors in your code.
So I would just focus on cleaning those up first with the validator.
Then it will be much easier to fix the issues you are talking about.
My main suggestion for you as you continue to build out this project is to keep running your code through the validator to make sure the html is correct.
on the html editor I get an error for "Attribute logo not allowed on element img at this point. <img class= "logo-image" src="https://www.onlinelogomaker.com/blog/wp-content/uploads/2017/06/law-firm-logo.jpg" id="header-img" alt=law logo>↩ but the logo is the class name, not an attribute
on the html editor I get an error for " Attribute logo not allowed on element img at this point. <img class= "logo-image" src="https://www.onlinelogomaker.com/blog/wp-content/uploads/2017/06/law-firm-logo.jpg" id="header-img" alt=law logo>↩ but the logo is the class name, not an attribute
thank you! another question, how do I close <video id="video" controls/> because I got an error saying Self-closing syntax ( /> ) used on a non-void HTML element. Ignoring the slash and treating as a start tag. and Unclosed element video
one more question, got an error for this code <form class="sign-up-form" form id="form" action="https://www.freecodecamp.com/email-submit">↩ saying this " Attribute form not allowed on element form at this point." what does that mean and how can I fix it?