Search code examples
htmlcssparallaxremoving-whitespace

How to remove unncessary white space


I followed a tutorial for parallax scrolling with pure CSS (link: http://callmenick.com/post/simple-parallax-scrolling-effect) and it seems to be fully working after implementation. The problem is, there is a white space between my site header/nav and the body which I don't know how to remove.

The link is here; I put my site header background color to red to make it more visible: http://cindy-li.com/

Any ideas what could be causing this? Thanks in advance!


Solution

  • its the <h1>Serene<h1> thats causing the issue - check your css for that