Difficulty with Tribute Page

Hi! I’m super new to coding and having trouble styling my Tribute page. First, I’m scoring 9/10 because my image won’t center and I’m not understanding my error on my test results. Also, I’m not understanding why #title is not formatting my text in the preview screen and why when I formatted my img, my

elements were moved behind it.

https://codepen.io/and917/pen/mdWXJEY

  1. You have to remove the <style> elements from the CSS. That is an HTML element that is used to add CSS inside an HTML file. The CSS box on Codepen is like a CSS file, only CSS goes inside it.

  2. You don’t want position: absolute on the image. That will just remove it from the document flow and mess everything up (and it’s not needed).

1 Like

Oh my goodness, thank you so much.

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