Joseph K. L Lartey
@FlackoCodesAll comments
- P@maziarja@FlackoCodes
Your solution looks great, however you centered the whole page using a single container instead of centering the sections individually, you can see this didn't make your hero and footer background images cover the entire width.
It is best you center pages section by section, good work done and happy coding.
- @MartinGSS@FlackoCodes
Hello, nice attempt but you can center your div or container using .container{ max-width : 85%; margin : 0 auto; }
This will center your container perfectly in the middle, and you can out media queries too since its not that responsive.
Happy Coding and keep going.