I\'m trying to learn some of CSS3 and HTML5 but I\'m a little confused with somethings. For now, I want create a page with a fixed navbar on the top of page, that scrolls wi
wrap you content with a div and give it padding top 100px(height of header)
as per my structure
.bodyPan{ padding-top:100px; }
working jsFiddle file