Sharing my Tribute Page...The Great Emu War

^ super basic. I found it sort of complicated to jog my memory from previous lessons when creating this page so I just threw something together really basic. It’s not really a tribute page but more, umm, info about the Great Emu War. Any feedback is appreciated! Thanks!

There are a couple of issues:

float: center is not valid CSS. You can just remove it since the text-center class on the surrounding div is already centering the image.

Font-family should read font-family: Times, serif;

Instead of using h1, h3, h5 for font-size, it is better practice to use h1, h2, h3 and then adjust their size with your CSS. Basically it’s easier for screen readers to parse the page.

Design wise, I would add a margin to your text-left div so it doesn’t butt up against the edge of the screen, and I would make the image a bit smaller.

Thanks for your feedback! Super helpful and I really appreciate you taking the time to comment.

1 Like