Personal Portfolio Webpage - Build a Personal Portfolio Webpage

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:

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

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