Tribute Page - Build a Tribute Page

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

   **Your code so far**
/* file: index.html */
<main id="main">
 <h1 class="cat">The Amazing Animal</h1>
<title id="title">Cats</title>
<div id="img-div"><img id="image" ></img></div>
<div id="img-caption">Cats are Amazing animals.</div>
<div id="tribute-info">Pet cats are cute to have and fun to play with.</div>
<a id="tribute-link" href="amazing" value="fun" target="_blank"></a>

<link rel="stylesheet" href="styles.css">
</main>
/* file: styles.css */
img{
 display: block
}
img{
 max-width: 100%
}
.cat{
 height: 30px;
 display: block
}
   **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0

Challenge: Tribute Page - Build a Tribute Page

Link to the challenge:

you have an issue here, remember that #img-caption should go inside the #img-div

1 Like

It works great , thank you.

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