Skip to content

Instantly share code, notes, and snippets.

@DavidMellul
Last active June 13, 2018 13:26
Show Gist options
  • Save DavidMellul/a861e22c6e8eb8e9dae90d9093d74206 to your computer and use it in GitHub Desktop.
Save DavidMellul/a861e22c6e8eb8e9dae90d9093d74206 to your computer and use it in GitHub Desktop.
.progress-bar {
/* Remain on top */
position: fixed;
top: 0;
/* Thickness & Color */
height: 5px;
background:yellow;
/* How fast progress happens */
transition: width .25s;
/* Display on top of everything */
z-index:9999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment