Tribute Page - Build a Tribute Page

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 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:

You need to add a css to ur code
you’ve not added it yet

and also take your time to finish dis project.
style it as u want

the requirements are just d minimum u should do
make it beautiful and fun

Might serve as part of ur front end portfolio later who knows

Thanks! However, I was trying to add the css code but it doesnt work

img {

display: block;

}

Did you link the stylesheet to the index.html?

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