Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<!-- file: index.html -->
<link rel="stylesheet" href="style.css">
<main id="main">
<title id="title">Tribute page</title>
<figure id="img-div">
<img id="image"/>
<div id="img-caption">Text</div>
</figure>
<div id="tribute-info">Text</div>
<a id="tribute-link" href="https://www.youtube.com/c/cmsuniversal" target="_blank">Link</a>
</main>
/* file: styles.css */
#image {
max-width: 100%;
height:auto;
display: block;
margin:0 auto;
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36
Challenge: Tribute Page - Build a Tribute Page
Link to the challenge: