Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="./styles.css" />
<title>Penguin</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<ul id='navbar'>
<li>
<a href='#welcome-section'>Welcome
Section</a>
</li>
<li>
<a href='#projects'>Projects</a>
</li>
</ul>
</head>
<div id='welcome-section'>
<h1>Text</h1>
</div>
<div id='projects'>
<div class='project-tile'></div>
<a href='https://www.youtube.com/@codeManS'>CodemanS youtube</a>
</div>
<div id='profiles'>
<a id='profile-link' target='_blank' href='https://www.freecodecamp.org/fcc1f9c12ee-ec87-46be-9b77-67f64141b54e'>FreeCodeCamp</a>
</div>
/* file: styles.css */
@media (min-width: 200px) {
background-color: blue;
}
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
Challenge Information:
Personal Portfolio Webpage - Build a Personal Portfolio Webpage