Hello, I am currently on tribute page; though my code is subpar, I just wanted to finish this and move on to the next step. However, it seems that the three bullets for CSS task do not work. I need help. Thanks
Describe your issue in detail here.
**
Coding is fun
Coding must be a natural skill of a man
**<!-- file: index.html -->
<main id="main">
<h1 id="title">Coding is fun</h1>
<figure id="img-div">
<img id="image">
<figcaption id="img-caption">Coding is fun<figcaption>
<p id="tribute-info">Coding must be a natural skill of a man</p>
<a id="tribute-link" href="https://www.youtube.com/c/codingisfun" target="_blank"></a>
</figure>
</main>
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36
Challenge: Tribute Page - Build a Tribute Page
Link to the challenge: