Why does my Header turn white?

my main nav is meant to be purple but it’s completely white?

As we get older, our headers turn while.

I see some errors in your CSS. In CodePen, you can use the selection menu in the upper right of the pane and select “Analyze CSS”.

When I do that and fix the two errors, I get get a purple background for the menu.

2 Likes

Hey,

Delete s around line 51

.right {
  align-items: flex-end;
  justify-content: flex-end;
  float: right;
} s


Remove the ‘s’ just before the ‘TOP NAV’ comment

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