Tribute page - stuck with flexbox

Hi

I’m trying to sort out the layout for my Tribute page challenge. I’d like to use Flexbox in CSS but have come stuck. Can’t see why the background image I have set won’t appear on page.


Any tips would be great.

Justin

You have some syntax issues: There’s no semicolon after url(...). There’s no colon between height and 100%.

Also, background: lightblue; overrides the previous background-image. You might want to change height: 100% to something other than % (yeah vertical stuff in CSS are tricky).

1 Like