@maziarjaSubmitted 9 months ago
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?
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?
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.
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.