newbie here…I have 2 more errors on my project and i’m a bit stuck and need some help.
1. here’s the first HTML for the first error;
_ Features_
_ Videos_
_ Pricing_
****** here’s the CSS;**
#nav-bar{
_ display: inline;_
_ float: right;_
_ margin-top: 65px;_
_ position: fixed;_
_ top: 0;_
_ width: 100%;_
}
.nav-link{
_ padding-left: 100px;_
_ color: black;_
_ font-weight: bold;_
_ _
}
and here’s the test error to satisfy
1. The navbar should always be at the top of the viewport.
2. here’s the 2nd problem
_
HandCrafted Lantern
__
_
_ _
_ _
here’s the test error that need to satisfy
When I click the #submit element, the email is submitted to a static page (use this mock URL: https://www.freecodecamp.com/email-submit) that confirms the email address was entered (and that it posted successfully).
**** can’t figure out what’s wrong with it to complete the test, any help pls…thanks.