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>
<section id="welcome-section">
<h1>Welcome</h1>
</section>
<section id="projects">Projects
<a href=""></a>
<div class="project-tile">
</div>
</section>
<navbar id="navbar">
<a href="#"></a>
</navbar>
<a href="" id="profile-link" target="_blank"></a>
</body>
</html>
/* file: styles.css */
@media{
}
#navbar{
position:fixed;
top:0;
left:0;
}
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: Personal Portfolio Webpage - Build a Personal Portfolio Webpage
Link to the challenge: