Created
January 4, 2018 06:57
-
-
Save DragorWW/695d8d39932bbe633da60a5484fb4506 to your computer and use it in GitHub Desktop.
Size bar
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
.size-bar { | |
background-color: #555b5e; | |
background-image: linear-gradient(270deg,#eac3d6 1px,transparent 0,transparent),linear-gradient(270deg,hsla(0,0%,87%,.5) 1px,transparent 0,transparent),linear-gradient(270deg,hsla(0,0%,87%,.25) 1px,transparent 0,transparent); | |
background-position: 0 100%; | |
background-repeat: repeat-x; | |
background-size: 100px 75%,10px 50%,5px 25%; | |
border-radius: .175rem; | |
display: inline-block; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
from http://oddbird.net/herman/docs/demo_sizes.html