Skip to content

Instantly share code, notes, and snippets.

@jimmy89Li
Last active September 16, 2015 07:40
Show Gist options
  • Save jimmy89Li/095ebcd23a183a537af9 to your computer and use it in GitHub Desktop.
Save jimmy89Li/095ebcd23a183a537af9 to your computer and use it in GitHub Desktop.
CSS code for a menubar displayed always on top of the website page, even after scrolling down.
.menubar{
height:50px;
background-color: teal;
border-bottom: 2px solid black;
position: fixed;
width: inherit;
top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment