Personal Portfolio Webpage: personal-portfolio-webpage

Hey, got stuck with the final strech can someone help me???:
Your #navbar element should always be at the top of the viewport.

Thanks!

<html>
	<head>
	<title>	</title>
   <link rel="stylesheet" href="styles.css" />
	</head>
	<body>
    <section id="welcome-section">Welcome
      <h1 id="projects">"Projects"
        <nav id="navbar">
          <a href="#welcome-section" class="project-tile" id="profile-link" target="_blank"></a>
        </nav>
      </h1>
    </section>
	</body>
</html>
#navbar {
  display: flex;
  font-size: 1.1rem;
}

@media {
  
}

Final Project

How did you manage to get it working on the Product Landing Page???

You also learned it here:

Thanks, it help a lot!!

1 Like

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