Skip to content

Instantly share code, notes, and snippets.

@bilalmalkoc
Created August 31, 2019 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bilalmalkoc/39330fc74f406918c8290a610c9d1450 to your computer and use it in GitHub Desktop.
Save bilalmalkoc/39330fc74f406918c8290a610c9d1450 to your computer and use it in GitHub Desktop.
.wpuprogress {
position: fixed; /* Çubuğun sayfada sabit kalması için. */
top: 0; /* Çubuğu sayfanın en üstüne aldık. */
height: 2px; /* Çubuğun kalınlığını artırmak için 2 sayısını değiştirebilirsiniz. */
background-color: #f44336; /* Çubuğun rengi. */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment