Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html lang='en'>
<head><meta charsert='utf-8'>
<meta name='viewport' content='width=device-width, initial scale=1.0'>
<link rel='stylesheet' href="styles.css">
<header id="header">
<img id="header-img" src='https://www.google.com/' />
<nav id='nav-bar'><ul>
<li><a class='nav-link' href='#features'>Features</a></li>
<li> <a class='nav-link' href='#how it works'>How it works </a></li>
<li> <a class='nav-link' href='#pricing '>Pricing</a></li>
<ul>
</nav>
</header> </head>
</html>
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; Infinix X660B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Mobile Safari/537.36
Challenge: Product Landing Page - Build a Product Landing Page
Link to the challenge: