Help with my Tribute Page Please

Hi all,

I am working on my Tribute Page and I am stuggling with the resizing of the page.

Please point me in the right direction…

Don’t use absolute positioning. But I see in this case you are using it to move the heading up a little so it overlaps the border, which is fine. You have two issues though.

  • You need to remove the default margin that the browers places on the heading.
  • Use something other than percentages to move it up.

Enclose all those sections which demarcate his biography based on years into a CSS flexbox with flex-direction set to column or in CSS grid. These sections will then display like a vertical stack , not overlap horizontally. Use relative units for width so that they take the width of the viewport.

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