Created
February 2, 2014 07:05
-
-
Save webhasan/8764037 to your computer and use it in GitHub Desktop.
css: niddel shape
This file contains hidden or 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
hr.shape { | |
background-color: #dcdbdb; | |
background-image: -moz-linear-gradient(left, #ffffff 0%, #dcdbdb 50%, #ffffff 100%); | |
background-image: -o-linear-gradient(left, #ffffff 0%, #dcdbdb 50%, #ffffff 100%); | |
background-image: -webkit-linear-gradient(left, #ffffff 0%, #dcdbdb 50%, #ffffff 100%); | |
background-image: linear-gradient(left, #ffffff 0%, #dcdbdb 50%, #ffffff 100%); | |
border: none; | |
height: 1px; | |
margin: 1.5em auto; | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment