I need help with the html div stucture.
Each block element I tried starting the div structure as
<section id="content">
<div class="content-wrap">
<div class="container clearfix">
</div>
</div>
</section>
I think something is wrong in my html div structure. I got some validation errors from https://validator.w3.org/
