Tell us what’s happening:
good morning my people ,please the remaining three last stage is giving me tough time I have try my best can’t still get it, please help me, thanks
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en"></html>
<meta charset="UTF-8">
<meta name="webside" content="landing page">
<nav id="nav-bar">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<head>
<title>Freecodecamp Rocks</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<header id="header">
<a class="nav-link" id="Features" href="#Features">Features</a>
<a class="nav-link" id="How-it-works" href="#How-it-works">How-it-works</a>
<a class="nav-link" id="Pricing"href="#Pricing">Pricing</a>
</nav>
<div class="form">
<form id="form" action="https://www.freecodecamp.com/email-submit">
<input type="email" id="email"name="email" placeholder="Enter your email address"></input>
<input type="submit" id="submit"></input>
</form>
</header>
<header id="header">
<img id="header-img" src="https://cdn.freecodecamp.org/testable-project-fcc/images/product-landing-page-logo.png"alt="logo"></img>
<h2>Premium Materials</h2>
<p>Our trombones use the shiniest brass which is sourced locally.this will increase the longevity of your purchase.</p>
<h2>Fast Shipping</h2>
<p>we make sure you recieve your trombone as soon as we have finished making it.we also provide free returns if you are not satisfied.</p>
<h2>Quality Assurances</h2>
<p>For every purchase you make,we will ensure there are no damages or faults and we will check and test the pinch of your instrument.</p>
<iframe id="video"src="https://youtu.be/y8yv4pn07qc">Roman Carnival Overtures</iframe>
</main>
</body>
<footer id="footer">
<a href="#">Privacy</a>
<a href="#">Terms</a>
<a href="#">Contact</a>
</footer>
</html>
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
Challenge Information:
Product Landing Page - Build a Product Landing Page