Discuss about the <header>

How to fix the tag content in same position while scrolling the content

So you want your navbar to be at the top of your screen no matter where you scroll? Bootstrap has a solution for this: http://getbootstrap.com/components/#navbar-fixed-top

Hey! Don’t know if you still need this, but anyway. Just add position:fixed; to your stylesheet, and don’t forget about z-index:999999 value if you don’t want to loose your content under something else

Thank you so much:slight_smile: