Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • maziarja 260

    @maziarja

    Submitted

    What did you find difficult while building the project? Which areas of your code are you unsure of? Do you have any questions about best practices?

    @FlackoCodes

    Posted

    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.

    0
  • @FlackoCodes

    Posted

    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.

    1