Last active
June 13, 2018 13:26
-
-
Save DavidMellul/a861e22c6e8eb8e9dae90d9093d74206 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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