Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<!-- file: index.html -->
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main id="main-doc">
<section class="main-section" id="it_is_frist_header">
<header>it is frist header</header>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
</section>
<section class="main-section" id="it_is_second_header">
<header>it is second header</header>
<code></code>
<code></code>
<code></code>
<code></code>
<code></code>
</section>
<section class="main-section" id="it_is_third_header">
<header>it is third header</header>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</section>
<section class="main-section" id="it_is_fourth_header">
<header>it is fourth header</header>
</section>
<section class="main-section" id="it_is_fifth_header">
<header>it is fifth header</header>
</section>
<nav id="navbar">
<header>technical documentation
</header>
<a class="nav-link" href="#it_is_frist_header" >it is frist header
</a><br>
<a class="nav-link" href="#it_is_second_header" >it is second header</a> <br>
<a class="nav-link" href="#it_is_third_header" >it is third header</a>
<br>
<a class="nav-link" href="#it_is_fourth_header" >it is fourth header</a>
<br>
<a class="nav-link" href="#it_is_fifth_header" >it is fifth header</a>
</nav>
</main>
</body>
</html>
/* file: styles.css */
#navbar{
position:left;
}
@media{
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
Challenge: Technical Documentation Page - Build a Technical Documentation Page
Link to the challenge: