Assessment wanted: Structuring a page of content!

Hey guys,
I was playing around with this task, added a navigation bar, changed font size, added bold text, changed background colors and now I’m missing the background that in the example appears as a darker green (not sure how to call that area)

Here’s my work

The task

Could someone help me figure out what did I do incorrectly?

Hi @Thvrsis,

Welcome to the MDN learn community. Nice work on structuring the page.
I noticed the following in the CSS

main, header, nav, article, aside, footer, section {
  background-color: #214f53(0,255,0,0.5);
  padding: 1%;
}

The background-color is using rgba as well as a hex values. You can use one or the other. Look into the section on color in MDN and there will be a better explanation.

Let me know if this makes sense.

1 Like

I see, thanks for letting me know, settled with hex values only.

Never saw CSS before this task so I’m kinda lost because the background I’m looking for is still not showing despite fixing what you pointed out. I’ll keep moving and revisit this when I learn some CSS.

Thanks for helping me out.

1 Like