Assessment wanted for Structuring a page of content, and other questions

Hello.

I’d like to get my HTML code for this task assessed and ask one question: Why don’t my wrapping elements fill the entire page in my browsers (Firefox and Chrome)? Check out the image to see what I mean. My CSS knowledge is too basic to see why.

Here’s my code PageHTMLStruct - JSFiddle - Code Playground

well done @SnakeWhisperer you doing great
and for the width of the page cause that selector

body {
width: 70%;
min-width: 800px;
margin: 0 auto;
}

the width is 800px and expand to 70% of the view port

hope that help and have a nice day :slight_smile:

1 Like

Thank you very much, @justsomeone . Completely missed that; maybe not so hard to deduce.

you very welcome :slight_smile: