First tribute page issues

https://codepen.io/E_Julie/pen/ZELRMOB
Hello, would love feedback on this first project I have attempted. A beginner so it’s very simple but I can’t seem to find that one problem to be able to finish all the tests. Any help and correction would be highly appreciated.

your code passes only 9 user stories it is because your image is not centered. I noticed that you are using text-align: center but the image is not text so try using margin to center it if I change it passes for me.

Hi @elsiejulietjuma !

Welcome to the forum!

Congrats on finishing your first project!

For the image, you will need to google “how to center an image css”
You have a small syntax error in your image tag. You need to add a space before the alt attribute.

      <img id="image" src="https://www1.cbn.com/sites/default/files/styles/video_ratio_16_9/public/pricillashirer2_hdv.jpg?itok=kuzarIc-"alt="Priscilla Shirer Smiling"/>

For future projects, you will want to use the html validator and css codepen analyzer to check your work for errors.

Hope that helps!

Thank you, using margin to center has also worked for me.

Thank you, will consider using the html validator to check for errors in the future projects.

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