Search code examples
htmlcssfooterresolution

Page formatting messing up on different resolutions and footer not working in general


I'm new to HTML and CSS and I don't know any other web languages. 2 Questions:

  1. When my website (zarwanhashem.com) is accessed using a different resolution than the one it was made on the header area at the top isn't filling up the page and the text is going beyond it as well. I didn't have this issue at first. Why is it messing up? Also, I'm not sure if you can see my CSS from inspect element.

  2. The footer I created isn't showing up. It was working fine last night and I honestly have no clue what changed that made it stop working now. It isn't showing up.

Let me know if you need any other details. Thanks for the help.


Solution

  • your footer is inside a misclosed comment <!--footer-> instead of <!--footer-->