Personal Portfolio Webpage - Build a Personal Portfolio Webpage

Tell us what’s happening:

help…

Your code so far

<!-- file: index.html -->
<ul id="navbar">
  <li>
    <a href="#welcome-section">Welcome Section</a>
  </li>
  <li>
    <a href="#projects">Projects</a>
  </li>
</ul>
<div id="welcome-section">
  <h1>Text</h1>
</div>
<div id="projects">
  <div class="project-tile"></div>
    <a href="https://www.youtube.com/@codeManS"></a>
</div>
<div id="profiles">
  <a id="profile-link" target="_blank" href="https://www.freecodecamp.org/codeMans">FreeCodeCamp Profile</a>
</div>
/* file: styles.css */
@media (min-width: 200px) {
  background-color: blue;
}

Your browser information:

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

Challenge Information:

Personal Portfolio Webpage - Build a Personal Portfolio Webpage

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

1 Like