I’m working on The Tea Cozy project in the Getting More Advanced With Design segment. My Header and Location images are wanting to tile rather than display a single, centered image. I’ve looked at the solution code compared to mine and can’t tell the difference other than basic layout structure. Can that make the undesired change or am I missing something far more subtle here? Here is the link to my github, the project is under the Tea Cozy Project folder. Thanks everyone!
Hi byte8999933367,
I found the error causing the issues. In index.html:
<!--Main Content Container-->
<div class="Main">
the value "Main"
should be changed to "main"
(lower case m).
1 Like