Responsive Web Design Projects - Build a Tribute Page

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
/* file: index.html */
<link rel="stylesheet" href="styles.css">
<main id=main>
<main id="title">Dr. Norman Borlaugh</main>
<figure id="img-div">
<img id="image">  
<figcaption id="img-caption">
 #img-caption {
  <h2 id="tribute-info"></h2>
   #tribute-info {
     <a id="tribute-link"></a>
     <a id="#tribute-link">

#image {

max-width: 100%;
height: auto;
display:block;
}
please i really need help on this one , i honestly dont know what to do right now.

  
     
      
/* file: styles.css */

  **Your browser information:**

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

Challenge: Responsive Web Design Projects - Build a Tribute Page

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

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

Also, the more information you give us, the more likely we are to be able to help.

please i need to know what am not doing right…thank you.

Can you be more specific about where you are stuck?

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