This is my code:
HTML:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, inital-scale=1.0">
<title>.</title>
<link rel="stylesheet" href="styles.css"></link>
</head>
<body>
<section id="welcome-section">
<h1>.</h1>
</section>
<section id="projects" class="project-tile">
<a id="profile-link" target="_blank"></a>
</section>
<nav id="navbar">
<a href="#head"></a>
</nav>
</body>
</html>
CSS:
@media(max-width: 1px) {}
nav {
position: fixed;
top: 0;
}
Why won’t the 5th requirement be met?
It says " Your portfolio should contain at least one element with a class of project-tile
.
All other requirements are met.