Shostakovich - Tribute Page

Hi!
Well, just finished my first project and I want to receive a feedback from y’all, I had a big issue with the tester because it said that wanted to see a “img” element with and id of “image” and what I did was put “img” I didn’t realize until few minutes ago and reading all the tribute post lol

Here it is: https://codepen.io/andressbolivarr/pen/qBRpLjB

2 Likes

Hi @Andressbolivarr !

Welcome to the forum!

I think your page looks good.

You have a small error in your html.
Did you mean figcaption here?

 <figurecap id="img-caption"> 

When you finish a project always run your code through an html validator to check for errors.

Also, you have a few errors in your css.
Run your code through the codepen css analyzer.

Hope that helps!

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