Technical Documentation Page - Build a Technical Documentation Page

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en"></html>
<head><meta charset="utf-8">
<title>Personal portfolio</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
  <main id="main-doc">
<section class="main-section" id="About_Work_Contact_work_work">
  <header>
     <nav id="navbar"> <header>
    <ul>
    <li><a class="nav-link" href="#Hey_I_am_Mimic">About</a></li> 
    <li><a class="nav-link" href="#Let's_work_together...">Contact</a></li> 
    <li><a class="nav-link" href="#These_are_some_of_my_projects">Work</a></li>
    <li><a class="nav-link" href="#About_Work_Contact_work_work">Work</a></li>
    <li><a class="nav-link" href="#Fake_portfolio">Work</a></li>
    </ul>
    </header>
    </nav>
  </header>
  </section>

<section class="main-section" id="Hey_I_am_Mimic">
<header id="mimic"><p>Hey I am Mimic</p> <p>I am A web Developer</p></header>
</section>

<section class="main-section" id="These_are_some_of_my_projects">
  <header><p>These are some of my projects</p>
  </header></section>

 <li>
   <img src="https://cdn.freecodecamp.org/testable-projects-fcc/images/tribute.jpg"></li>
   <li><img src="https://cdn.freecodecamp.org/testable-projects-fcc/images/random-quote-machine.png">
   </li>
   </header>


   <section class="main-section"id="Let's_work_together..."><header><p>Let's work together...</p>
   <p>How do you take your coffee?</p>
   <p>facebook</p>
   <p>github</p>
   <p>send a mail</p>
   <p>call me</p>
   <p>twitter</p>
   </section>

 <section class="main-section"id="Fake_portfolio"><header>Fake portfolio</header>
 </section>
</main>
</body>
/* file: styles.css */
#about_Work_contact_Work_Work{width:100%;
height:20%;
background-color:be3144;
color:#ffff;

#navbar {display:flex;
justify-content:space-between;}

#images{width:2%;
height:10%;}

#mimic{text-align:center;}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

Challenge: Technical Documentation Page - Build a Technical Documentation Page

Link to the challenge:

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

1 Like

Each .main-section should have an id that matches the text of its first child, having any spaces in the child’s text replaced with underscores (_ ) for the id’s. please help me out with this

i also have problem with this… You should have at least five code elements that are descendants of .main-section elements.