Hi, I set the class to my footer in HTML and then set it in the CSS. The issue is, nothing is happening. I know I am on the right track because I used a container and it is in line with everything else.
You have set your footer under @media (max-width: 500px) that means the code will only be rendered if you are on a 500px or smaller screen, is that your intention?
No it is not my intention. Some of these projects already have CSS code and I didn’t think that putting the footer CSS code under the @media would be such an issue. But, I can see clearly my error. It is fixed now!