Personal Portfolio Webpage - Build a Personal Portfolio Webpage

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

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <header>
    <meta charset="utf-8"/>
<link rel="stylesheet" href="styles.ccs" />
<title>Welcome-section</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"
  </header>
  <body>
  <div id="navbar">
       <a href="#welcome-section"></a></div>
    <div id="welcome-section">
    <h1>Hey I am Mimic</h1>
    </div>
    <div id="projects">
      <div class="project-tile"></div>
       
      <a href="https://personal-portfolio.freecodecamp.rocks/" ></a>
     </div>

  <a 
  id="profile-link"
 href="https://codepen.io/freeCodeCamp/full/wgGVVX" target="_blank">
</a>


       </body>
  </html>
/* file: styles.css */
 @media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }
}

Your browser information:

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

Challenge: Personal Portfolio Webpage - Build a Personal Portfolio Webpage

Link to the challenge:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.